File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11steps :
22 - task : UseDotNet@2
3- displayName : Use .NET SDK 5.0.x
3+ displayName : Use .NET SDK 5.0.203
44 inputs :
55 packageType : sdk
6- version : 5.0.x
6+ version : 5.0.203
77
88 - task : DotNetCoreCLI@2
99 displayName : Compile common code
Original file line number Diff line number Diff line change 11steps :
22 - task : UseDotNet@2
3- displayName : Use .NET SDK 5.0.x
3+ displayName : Use .NET SDK 5.0.203
44 inputs :
55 packageType : sdk
6- version : 5.0.x
6+ version : 5.0.203
77
88 - task : DotNetCoreCLI@2
99 displayName : Compile common code and macOS Helpers
Original file line number Diff line number Diff line change 77 downloadPath : ' $(Build.StagingDirectory)/payload'
88
99 - task : UseDotNet@2
10- displayName : Use .NET SDK 5.0.x
10+ displayName : Use .NET SDK 5.0.203
1111 inputs :
1212 packageType : sdk
13- version : 5.0.x
13+ version : 5.0.203
1414
1515 - script : dotnet tool install --global nbgv
1616 displayName : Install Nerdbank.GitVersioning tool
Original file line number Diff line number Diff line change 66 signType : ' $(SignType)'
77
88 - task : UseDotNet@2
9- displayName : Use .NET SDK 5.0.x
9+ displayName : Use .NET SDK 5.0.203
1010 inputs :
1111 packageType : sdk
12- version : 5.0.x
12+ version : 5.0.203
1313
1414 - task : NuGetToolInstaller@0
1515 displayName : Install NuGet tool >=4.3.0
Original file line number Diff line number Diff line change 11steps :
22 - task : UseDotNet@2
3- displayName : Use .NET SDK 5.0.x
3+ displayName : Use .NET SDK 5.0.203
44 inputs :
55 packageType : sdk
6- version : 5.0.x
6+ version : 5.0.203
77
88 - task : DotNetCoreCLI@2
99 displayName : Restore packages
You can’t perform that action at this time.
0 commit comments