Skip to content

Commit

Permalink
Merge pull request #359 from microsoft/main
Browse files Browse the repository at this point in the history
Cut _another_ release (fixed this time)
  • Loading branch information
mjcheetham authored Jun 2, 2021
2 parents c207622 + ff43eeb commit 2bc3086
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/linux/compile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
steps:
- task: UseDotNet@2
displayName: Use .NET SDK 5.0.x
displayName: Use .NET SDK 5.0.203
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.203

- task: DotNetCoreCLI@2
displayName: Compile common code
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/osx/compile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
steps:
- task: UseDotNet@2
displayName: Use .NET SDK 5.0.x
displayName: Use .NET SDK 5.0.203
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.203

- task: DotNetCoreCLI@2
displayName: Compile common code and macOS Helpers
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/osx/pack.signed/step3-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ steps:
downloadPath: '$(Build.StagingDirectory)/payload'

- task: UseDotNet@2
displayName: Use .NET SDK 5.0.x
displayName: Use .NET SDK 5.0.203
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.203

- script: dotnet tool install --global nbgv
displayName: Install Nerdbank.GitVersioning tool
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/windows/compile.signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ steps:
signType: '$(SignType)'

- task: UseDotNet@2
displayName: Use .NET SDK 5.0.x
displayName: Use .NET SDK 5.0.203
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.203

- task: NuGetToolInstaller@0
displayName: Install NuGet tool >=4.3.0
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/templates/windows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
steps:
- task: UseDotNet@2
displayName: Use .NET SDK 5.0.x
displayName: Use .NET SDK 5.0.203
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.203

- task: DotNetCoreCLI@2
displayName: Restore packages
Expand Down

0 comments on commit 2bc3086

Please sign in to comment.