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 d9cd366 commit b6d4314Copy full SHA for b6d4314
build.proj
@@ -49,7 +49,8 @@
49
<LibrarySourceFolder>$(LibraryRoot)src</LibrarySourceFolder>
50
<LibraryToolsFolder>$(LibraryRoot)tools</LibraryToolsFolder>
51
<LibraryArtifactsFolder>$(LibraryRoot)artifacts</LibraryArtifactsFolder>
52
- <LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder> <Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration>
+ <LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder>
53
+ <Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration>
54
<CodeSign>false</CodeSign>
55
<!--Set this true only if you want to test the code sign workflow locally-->
56
<DelaySign Condition =" '$(DelaySign)' == '' ">false</DelaySign>
0 commit comments