Skip to content

Commit

Permalink
chore: move windows build from azure to github (#206)
Browse files Browse the repository at this point in the history
* chore: move windows build from azure to github

* chore: remove CSC_LINK from non main
  • Loading branch information
2fd committed Jan 4, 2024
1 parent 0596dc3 commit 79cce4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
62 changes: 0 additions & 62 deletions .azure/azure-pipelines.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@ jobs:
npm run build:appx
- name: Build and Publish Windows (appx) [moved to azure]
if: ${{false}}
# if: ${{github.ref == 'refs/heads/main' && matrix.os == 'windows'}}
# env:
# GITHUB_TOKEN: ${{secrets.github_token}}
# EP_PRE_RELEASE: true
if: ${{github.ref == 'refs/heads/main'}}
env:
CSC_KEY_PASSWORD: ${{secrets.CSC_KEY_PASSWORD}}
CSC_LINK: ${{secrets.CSC_LINK}}
GITHUB_TOKEN: ${{secrets.github_token}}
EP_PRE_RELEASE: true
run: |
# npm run publish:appx
echo "Moved to Azure"
npm run publish:appx
- name: Upload artifacts
env:
Expand Down

0 comments on commit 79cce4c

Please sign in to comment.