File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ jobs:
109
109
110
110
- name : DotNet Setup
111
111
if : ${{ matrix.options.sdk-preview != true }}
112
- uses : actions/setup-dotnet@v3
112
+ uses : actions/setup-dotnet@v4
113
113
with :
114
114
dotnet-version : |
115
115
6.0.x
116
116
117
117
- name : DotNet Setup Preview
118
118
if : ${{ matrix.options.sdk-preview == true }}
119
- uses : actions/setup-dotnet@v3
119
+ uses : actions/setup-dotnet@v4
120
120
with :
121
121
dotnet-version : |
122
122
7.0.x
Original file line number Diff line number Diff line change 58
58
restore-keys : ${{ runner.os }}-nuget-
59
59
60
60
- name : DotNet Setup
61
- uses : actions/setup-dotnet@v3
61
+ uses : actions/setup-dotnet@v4
62
62
with :
63
63
dotnet-version : |
64
64
6.0.x
Original file line number Diff line number Diff line change @@ -8,7 +8,4 @@ dotnet clean -c Release
8
8
$repositoryUrl = " https://github.com/$env: GITHUB_REPOSITORY "
9
9
10
10
# Building for a specific framework.
11
- # dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl
12
- #
13
- # CI is now throwing build errors when none were present previously.
14
- dotnet build - c Release -f / p:RepositoryUrl= $repositoryUrl
11
+ dotnet build - c Release -f $targetFramework / p:RepositoryUrl= $repositoryUrl
You can’t perform that action at this time.
0 commit comments