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.
-p:RestoreConfigFile
Java.Interop.sln
1 parent d700b7f commit bf4f32aCopy full SHA for bf4f32a
build-tools/scripts/DotNet.targets
@@ -17,7 +17,7 @@
17
18
<Target Name="PrepareJavaInterop">
19
<Exec
20
- Command=""$(DotNetPreviewTool)" build -t:Prepare Java.Interop.sln -c $(Configuration) -p:JdksRoot=$(JavaSdkDirectory) -p:DotnetToolPath=$(DotNetPreviewTool) -bl:$(_BinlogPathPrefix)-prepare-java-interop.binlog"
+ Command=""$(DotNetPreviewTool)" build -t:Prepare Java.Interop.sln -c $(Configuration) -p:JdksRoot=$(JavaSdkDirectory) -p:DotnetToolPath=$(DotNetPreviewTool) -p:RestoreConfigFile=$(_Root)NuGet.config -bl:$(_BinlogPathPrefix)-prepare-java-interop.binlog"
21
WorkingDirectory="$(_Root)external\Java.Interop"
22
/>
23
</Target>
0 commit comments