File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 build :
99 timeout-minutes : 10
10- runs-on : ' windows-latest '
10+ runs-on : ' windows-2022 '
1111
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : versionSuffix
1717 shell : pwsh
@@ -30,14 +30,14 @@ jobs:
3030 run : |
3131 $versionNumber = Get-Date -Format "yy.M.${{ github.run_number }}${{ env.versionSuffix }}"
3232 echo "versionNumber=$versionNumber" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
33-
33+
3434 - name : Setup MSBuild path
35- uses : microsoft/setup-msbuild@v1.0.2
35+ uses : microsoft/setup-msbuild@v1.1
3636
3737 - name : Setup dot net
38- uses : actions/setup-dotnet@v1
38+ uses : actions/setup-dotnet@v2
3939 with :
40- dotnet-version : 3.1.101
40+ dotnet-version : 6.0.x
4141
4242 - name : Create nuget package
4343 run : dotnet pack ./MFilesAPI.Extensions/MFilesAPI.Extensions.csproj --configuration Release -p:Version=${{ env.versionNumber }}
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 timeout-minutes : 10
12- runs-on : ' windows-latest '
12+ runs-on : ' windows-2022 '
1313
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
1818 - name : Setup MSBuild path
19- uses : microsoft/setup-msbuild@v1.0.2
19+ uses : microsoft/setup-msbuild@v1.1
2020
2121 - name : Setup dot net
22- uses : actions/setup-dotnet@v1
22+ uses : actions/setup-dotnet@v2
2323 with :
24- dotnet-version : 3.1.101
24+ dotnet-version : 6.0.x
2525
2626 - name : Restore NuGet packages
2727 run : nuget restore MFilesAPI.Extensions.sln
You can’t perform that action at this time.
0 commit comments