File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
dotnet-version : ${{ vars.DOTNET_VERSION }}
49
49
- name : Build with .NET ${{ vars.DOTNET_VERSION }}
50
- run : dotnet build ./src/**/*.csproj --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -p:Version=$env:version -p:FileVersion=$env:version -p:AssemblyInformationalVersion=$env:version -p:VersionSuffix=$env:versionSuffix
50
+ run : dotnet build ./src/**/*.csproj --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -p:Version=${{ env:version }} -p:FileVersion=${{ env:version }} -p:AssemblyInformationalVersion=${{ env:version }} -p:VersionSuffix=${{ env:versionSuffix }}
51
51
- name : Upload Build
52
52
uses : actions/upload-artifact@v4
53
53
with :
You can’t perform that action at this time.
0 commit comments