Skip to content

Commit 1a56098

Browse files
authored
[Macros] Remove upload exe step (#817)
The "macros" jobs are configured to only build shared libraries.
1 parent 3d9d21a commit 1a56098

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,15 +1706,6 @@ jobs:
17061706
symbolsFolder: ${{ github.workspace }}/BinaryCache/swift-foundation-macros
17071707
searchPattern: '**/*.dll'
17081708

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-
17181709
sdk:
17191710
# TODO: Build this on macOS or make an equivalent Mac-only job
17201711
if: inputs.build_os == 'Windows'

0 commit comments

Comments
 (0)