Skip to content

Commit

Permalink
no uploading sources because grr
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Aug 22, 2024
1 parent 0dfb193 commit 15c4839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SentryOrg>demo</SentryOrg>
<SentryProject>sentaur-survivor-anticheat</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<!-- <SentryUploadSymbols>true</SentryUploadSymbols>-->
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Sentaur.Leaderboard.Api/Sentaur.Leaderboard.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SentryOrg>demo</SentryOrg>
<SentryProject>sentaur-survivor-leaderboard-api</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<!-- <SentryUploadSymbols>true</SentryUploadSymbols>-->
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Sentaur.Leaderboard.Web/Sentaur.Leaderboard.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SentryOrg>demo</SentryOrg>
<SentryProject>sentaur-survivor-leaderboard-app</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<!-- <SentryUploadSymbols>true</SentryUploadSymbols>-->
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

Expand Down

0 comments on commit 15c4839

Please sign in to comment.