We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9d21a commit 1a56098Copy full SHA for 1a56098
.github/workflows/swift-toolchain.yml
@@ -1706,15 +1706,6 @@ jobs:
1706
symbolsFolder: ${{ github.workspace }}/BinaryCache/swift-foundation-macros
1707
searchPattern: '**/*.dll'
1708
1709
- - name: Upload EXEs to Azure
1710
- uses: microsoft/[email protected]
1711
- if: ${{ inputs.debug_info }}
1712
- with:
1713
- accountName: ${{ vars.SYMBOL_SERVER_ACCOUNT }}
1714
- personalAccessToken: ${{ secrets.SYMBOL_SERVER_PAT }}
1715
- symbolsFolder: ${{ github.workspace }}/BinaryCache/swift-foundation-macros
1716
- searchPattern: '**/*.exe'
1717
-
1718
sdk:
1719
# TODO: Build this on macOS or make an equivalent Mac-only job
1720
if: inputs.build_os == 'Windows'
0 commit comments