We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1dcf1 commit 64afa55Copy full SHA for 64afa55
1 file changed
azure-pipelines.yml
@@ -6,7 +6,7 @@ variables:
6
BuildConfiguration: 'Debug'
7
BuildPlatform: 'Any CPU'
8
DotNet3Version: '3.x'
9
- DotNet6Version: '6.x'
+ DotNet6Version: '6.0.203'
10
MSBuildArgs: '"/p:Platform=$(BuildPlatform)" "/p:Configuration=$(BuildConfiguration)" "/BinaryLogger:$(Build.SourcesDirectory)\$(ArtifactsDirectoryName)\msbuild.binlog"'
11
SignType: 'Test'
12
0 commit comments