File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 dotnet-version : |
2525 6.0.x
2626
27- - name : Cache .nuke/temp, ~/.nuget/packages
28- uses : actions/cache@v4
29- with :
30- path : |
31- .nuke/temp
32- ~/.nuget/packages
33- key : ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
34-
3527 - name : Run './build.cmd Verify Cover Pack'
3628 run : ./build.cmd Verify Cover Pack --no-logo
Original file line number Diff line number Diff line change 1010 name : windows-latest
1111 runs-on : windows-latest
1212
13+ environment : nuget-push
1314 permissions :
1415 id-token : write
1516
3031 dotnet-version : |
3132 6.0.x
3233
33- - name : Cache .nuke/temp, ~/.nuget/packages
34- uses : actions/cache@v4
35- with :
36- path : |
37- .nuke/temp
38- ~/.nuget/packages
39- key : ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
40-
4134 - name : Run './build.cmd Verify Cover Publish'
4235 run : ./build.cmd Verify Cover Publish --no-logo
4336 env :
You can’t perform that action at this time.
0 commit comments