We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db781 commit 3b7b20dCopy full SHA for 3b7b20d
azure-pipelines.yml
@@ -1,7 +1,7 @@
1
variables:
2
Major: 8
3
Minor: 1
4
- Revision: 0
+ Revision: 1
5
BuildConfiguration: Release
6
7
name: $(Major).$(Minor).$(Revision)
@@ -25,7 +25,7 @@ steps:
25
displayName: 'Use .NET 8.0 sdk'
26
inputs:
27
packageType: sdk
28
- version: 8.0.300
+ version: 8.0.302
29
installationPath: $(Agent.ToolsDirectory)/dotnet
30
- script: echo Started restoring the source code
31
- task: DotNetCoreCLI@2
0 commit comments