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 f89a161 commit 9cf2a69Copy full SHA for 9cf2a69
azure-pipelines.yml
@@ -872,7 +872,7 @@ jobs:
872
solution: "nf-interpreter/targets/netcore/nanoCLR.sln"
873
platform: "Any CPU"
874
maximumCpuCount: true
875
- msbuildArgs: "/p:PublicRelease=true"
+ msbuildArgs: "/restore /p:PublicRelease=true /p:BuildWithNetFrameworkHostedCompiler=true"
876
configuration: "Release"
877
878
- task: DotNetCoreCLI@2
@@ -1094,7 +1094,7 @@ jobs:
1094
1095
1096
1097
1098
1099
1100
0 commit comments