We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f224 commit ce83565Copy full SHA for ce83565
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
$version = if ("${{ inputs.tag }}".Length -eq 0) { "${{ inputs.tag }}.0" } else { "${{ github.ref_name }}.0" }
47
$version = $version -replace '^v', '' # Remove 'v' prefix if present for msbuild compatibility
48
49
- dotnet build --configuration Release --no-restore -p:Platform=x64 -p:Version=$version -p:GenerateAppxPackageOnBuild=true
+ dotnet build --configuration Release -p Platform=x64 -p GenerateAppxPackageOnBuild=true
50
51
- name: Move misx Packages
52
run: |
0 commit comments