Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/microsoft/MSLab into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromirk committed Nov 27, 2024
2 parents 3c8a06a + 6434960 commit 2a36189
Show file tree
Hide file tree
Showing 7 changed files with 732 additions and 660 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: release
name: Bump version
if: "!contains(github.event.head_commit.message, '[no release]')"
runs-on: windows-2019
runs-on: windows-latest
permissions:
# needed to create a release
contents: write
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
new-release:
name: Create release
if: "!contains(github.event.head_commit.message, '[no release]')"
runs-on: self-hosted
runs-on: windows-latest
permissions:
# needed to create a release
contents: write
Expand All @@ -69,7 +69,7 @@ jobs:
SIGN_SCRIPT_URI: ${{ secrets.SIGN_SCRIPT_URI }}
CLIENT_ID: ${{ secrets.CLIENT_ID }} # just to obfusctate it in the output
run: |
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $false -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
Move-Item ./Release.zip mslab_${{ needs.new-version.outputs.new_tag }}.zip
- name: Create changelog
id: changelog
Expand Down
Loading

0 comments on commit 2a36189

Please sign in to comment.