Skip to content

Commit

Permalink
Install dotnet when running smoke tests (Azure#17208)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored and annelo-msft committed Feb 17, 2021
1 parent 8c643d2 commit 3682fd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/SmokeTests/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- pwsh: Get-Content ./common/SmokeTests/SmokeTest/SmokeTest.csproj
displayName: Show SmokeTest.csproj

- template: /eng/pipelines/templates/steps/install-dotnet.yml

- pwsh: dotnet restore ./common/SmokeTests/SmokeTest/SmokeTest.csproj
displayName: dotnet restore

Expand Down

0 comments on commit 3682fd2

Please sign in to comment.