File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 dotnet-version : 9.0.x
2828
29- - name : Restore
30- run : dotnet restore --locked-mode
31-
32- - name : Set version number
29+ - name : Build x64
3330 run : |
3431 # Set the version number for the build based on the tag or fallback to the branch name
3532 if ("${{ inputs.tag }}" -match '^v(\d+\.\d+\.\d+)$') {
3835 $version = "0.0.1" # fallback version if no tag is provided
3936 }
4037 Write-Host "Setting version to $version"
41-
42- - name : Build x64
43- run : |
44- dotnet build --configuration Release -p Platform=x64 -p Version=$version.0 -p GenerateAppxPackageOnBuild=true
38+
39+ dotnet build --configuration Release -p Platform=x64 -p Version="$version.0" -p GenerateAppxPackageOnBuild=true
4540
4641 - name : Move misx Packages
4742 run : |
You can’t perform that action at this time.
0 commit comments