Skip to content

Commit b6d4314

Browse files
Update build.proj
1 parent d9cd366 commit b6d4314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
<LibrarySourceFolder>$(LibraryRoot)src</LibrarySourceFolder>
5050
<LibraryToolsFolder>$(LibraryRoot)tools</LibraryToolsFolder>
5151
<LibraryArtifactsFolder>$(LibraryRoot)artifacts</LibraryArtifactsFolder>
52-
<LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder> <Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration>
52+
<LocalFeedFolder>$(LibraryToolsFolder)/LocalFeed</LocalFeedFolder>
53+
<Configuration Condition=" '$(Configuration)' != 'Release'">Debug</Configuration>
5354
<CodeSign>false</CodeSign>
5455
<!--Set this true only if you want to test the code sign workflow locally-->
5556
<DelaySign Condition =" '$(DelaySign)' == '' ">false</DelaySign>

0 commit comments

Comments
 (0)