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 fc60449 commit 762faaeCopy full SHA for 762faae
build.proj
@@ -48,6 +48,7 @@
48
<LibraryRoot>$(MSBuildThisFileDirectory)</LibraryRoot>
49
<LibrarySourceFolder>$(LibraryRoot)src</LibrarySourceFolder>
50
<LibraryToolsFolder>$(LibraryRoot)tools</LibraryToolsFolder>
51
+ <LibraryArtifactsFolder>$(LibraryRoot)artifacts</LibraryArtifactsFolder>
52
<LocalFeedFolder>$(LibraryToolsFolder)\LocalFeed</LocalFeedFolder>
53
<Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration>
54
<CodeSign>false</CodeSign>
0 commit comments