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 cea85e3 commit 370b07eCopy full SHA for 370b07e
azure-pipelines.yml
@@ -132,9 +132,9 @@ stages:
132
# error MSB4019: The imported project "/__t/dotnet/sdk/3.1.201/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.WinFX.props" was not
133
# found. Confirm that the expression in the Import declaration "Microsoft.WinFX.props" is correct, and that the file exists on disk.
134
#
135
- #NETCORE_3_1:
136
- # BUILD_NETSDK_VERSION: '3.1.x'
137
- NETCORE_5_0:
+ NETCORE_3_1:
+ BUILD_NETSDK_VERSION: '3.1.x'
+ NE_5_0:
138
BUILD_NETSDK_VERSION: '5.0.x'
139
140
variables:
0 commit comments