File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : Test
2424 run : dotnet test --no-restore
2525 - name : Publish linux-x64
26- run : dotnet publish --no-restore - c Release -r linux-x64 --self-contained false -o release-linux /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
26+ run : dotnet publish -c Release -r linux-x64 --self-contained false -o release-linux /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
2727 - name : Publish win-x64
28- run : dotnet publish --no-restore - c Release -r win-x64 --self-contained false -o release-win /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
28+ run : dotnet publish -c Release -r win-x64 --self-contained false -o release-win /p:"AssemblyVersion=${{ inputs.version }};FileVersion=${{ inputs.version }};InformationalVersion=${{ inputs.version }}"
2929 - name : Prepare artifacts
3030 run : |
3131 cp {README,xvd_info,CHANGELOG}.md release-linux
You can’t perform that action at this time.
0 commit comments