Skip to content

Commit

Permalink
SL-19854: Merge branch 'SL-19594' into actions-nat
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Jul 20, 2023
2 parents 3525e3d + 0c9bce9 commit 7aaf325
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file modified BugSplat/bin/SendPdbs.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion BugSplat/bin/SendPdbs.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<runtime>
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSchUseStrongCrypto=false" />
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions=false"/>
</runtime>
<appSettings>
<add key="AWSProfileName" value="BugSplat" />
<add key="AWSRegion" value="us-east-1" />
Expand All @@ -20,4 +24,4 @@
</providers>
</roleManager>
</system.web>
</configuration>
</configuration>
5 changes: 4 additions & 1 deletion upload-windows-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ then
filelist+=("$reldir/secondlife-bin.exe")
fi

args=(/a "$viewer_channel" \
# As of April 2023, we have a new SendPdbs.exe that will attempt to force
# use of TLS 1.2 (now required by the BugSplat servers) if you pass /x.
args=(/x \
/a "$viewer_channel" \
/v "$version" \
/b "$BUGSPLAT_DB" \
/f "$(strjoin ';' "${filelist[@]}")")
Expand Down

0 comments on commit 7aaf325

Please sign in to comment.