Skip to content

Commit

Permalink
housekeeping: Update dependencies github actions. (#428)
Browse files Browse the repository at this point in the history
* housekeeping: Update dependencies github actions.

* Update ci-build.yml
  • Loading branch information
glennawatson committed Oct 9, 2020
1 parent 115d3d7 commit de7699c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: src

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
uses: microsoft/setup-msbuild@v1.0.2

- name: Build
run: msbuild /t:build,pack /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }}
Expand Down Expand Up @@ -90,10 +90,8 @@ jobs:
dotnet nuget push -s ${{ env.SOURCE_URL }} -k ${{ env.NUGET_AUTH_TOKEN }} **/*.nupkg
- name: Changelog
uses: glennawatson/ChangeLog@master
uses: glennawatson/ChangeLog@main
id: changelog
env:
REPO: ${{ github.repository }}

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit de7699c

Please sign in to comment.