You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ci] Add EXE files to windows-toolchain-pdb artifact (#7279)
The `windows-toolchain-pdb` artifact has been updated to include a ZIP
containing both PDB and EXE files. This artifact will now be uploaded
to blob storage and included in the `nuget-artifacts` GitHub status.
These changes will allow the .NET Visual Studio insertion pipeline to
archive the symbols in this zip file, as its symbol archiving step
already [has support for processing ZIP files][0] listed in the
`nuget-artifacts` GitHub status.
[0]: https://github.com/xamarin/sdk-insertions/blob/15cc361f17d8c34f208ab8d8be024ba39307b295/templates/common/archive-symbols.yml#L40-L72
cd $(System.DefaultWorkingDirectory)/xamarin-android/bin/$(XA.Build.Configuration)/lib/packs/Microsoft.Android.Sdk.Darwin/*/tools/binutils/windows-toolchain-pdb &&
119
+
zip -r $(System.DefaultWorkingDirectory)/xamarin-android/bin/Build$(XA.Build.Configuration)/windows-toolchain-pdb/windows-toolchain-pdb.zip .
0 commit comments