Skip to content

Commit

Permalink
workflow adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Oct 25, 2021
1 parent 3efcf76 commit 1ec7e23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
DOTNET_NOLOGO: true
DOTNET_TARGET: '4.7.2'
steps:
- name: 'Add dotnet {{env.DOTNET_TARGET}}'
uses: actions/setup-dotnet@v1
with:
dotnet-version: '{{env.DOTNET_TARGET}}'
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
- name: Restore NuGet Packages
run: nuget restore
- uses: actions/checkout@v1
- name: Build
run: |
Expand Down

0 comments on commit 1ec7e23

Please sign in to comment.