Skip to content

Commit 9cf2a69

Browse files
authored
Work CI-CD (#3176)
***NO_CI***
1 parent f89a161 commit 9cf2a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ jobs:
872872
solution: "nf-interpreter/targets/netcore/nanoCLR.sln"
873873
platform: "Any CPU"
874874
maximumCpuCount: true
875-
msbuildArgs: "/p:PublicRelease=true"
875+
msbuildArgs: "/restore /p:PublicRelease=true /p:BuildWithNetFrameworkHostedCompiler=true"
876876
configuration: "Release"
877877

878878
- task: DotNetCoreCLI@2
@@ -1094,7 +1094,7 @@ jobs:
10941094
solution: "nf-interpreter/targets/netcore/nanoCLR.sln"
10951095
platform: "Any CPU"
10961096
maximumCpuCount: true
1097-
msbuildArgs: "/p:PublicRelease=true"
1097+
msbuildArgs: "/restore /p:PublicRelease=true /p:BuildWithNetFrameworkHostedCompiler=true"
10981098
configuration: "Release"
10991099

11001100
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)