File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 build-code :
1313 name : Build Code
14- runs-on : windows -latest
14+ runs-on : ubuntu -latest
1515
1616 steps :
1717 - name : Check out Git repository
Original file line number Diff line number Diff line change 1111jobs :
1212 lint-code :
1313 name : Lint Code
14- runs-on : windows -latest
14+ runs-on : ubuntu -latest
1515
1616 steps :
1717 - name : Check out Git repository
Original file line number Diff line number Diff line change 77jobs :
88 release :
99 name : Release Project
10- runs-on : windows -latest
10+ runs-on : ubuntu -latest
1111
1212 steps :
1313 - name : Check out Git repository
3434 run : dotnet pack -c Release -p:Version=${{ github.event.release.tag_name }} -o bin/release
3535
3636 - name : Push Packages
37- run : dotnet nuget push 'bin\ release\ *.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
37+ run : dotnet nuget push 'bin/ release/ *.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
3838
3939 - name : Update release
4040 uses : ncipollo/release-action@v1
Original file line number Diff line number Diff line change 1111jobs :
1212 test-code :
1313 name : Test Code
14- runs-on : windows -latest
14+ runs-on : ubuntu -latest
1515
1616 steps :
1717 - name : Check out Git repository
You can’t perform that action at this time.
0 commit comments