Skip to content

Commit

Permalink
Update src/SourceBuild/content/build.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic authored Oct 24, 2023
1 parent 1d53091 commit 9229a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SourceBuild/content/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<CreateSdkSymbolsLayout SdkLayoutPath="$(SdkLayout)"
AllSymbolsPath="$(UnifiedSymbolsLayout)"
SdkSymbolsLayoutPath="$(SdkSymbolsLayout)"
FailOnMissingPDBs="true" />
FailOnMissingPDBs="false" />

<Exec Command="tar --numeric-owner -czf $(SdkSymbolsTarball) *"
WorkingDirectory="$(SdkSymbolsLayout)" />
Expand Down

0 comments on commit 9229a84

Please sign in to comment.