Skip to content

Commit

Permalink
added use dotnet task
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbet committed Dec 7, 2021
1 parent 3cfd154 commit 760cdc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows-x64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ variables:
buildConfiguration: 'Release'

steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '6'
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down
6 changes: 6 additions & 0 deletions windows-x86-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ variables:
buildConfiguration: 'Release'

steps:

- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '6'

- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down

0 comments on commit 760cdc9

Please sign in to comment.