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 53
53
with :
54
54
dotnet-version : ${{ vars.DOTNET_VERSION }}
55
55
- name : Build with .NET ${{ vars.DOTNET_VERSION }}
56
- run : dotnet build ./src/**/*.csproj --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -p:Version=${{ env.ASSEMBLY_VERSION }} -p:FileVersion =${{ env.ASSEMBLY_VERSION }} -p:AssemblyInformationalVersion =${{ env.ASSEMBLY_VERSION }}
56
+ run : dotnet build ./src/**/*.csproj --configuration ${{ vars.BUILD_CONFIGURATION }} /p:Platform=${{ vars.BUILD_PLATFORM }} -p:Version=${{ env.ASSEMBLY_VERSION }} -p:AssemblyInformationalVersion =${{ env.ASSEMBLY_INFORMATIONAL_VERSION }} -p:FileVersion =${{ env.FILE_VERSION }}
57
57
- name : Upload Build
58
58
uses : actions/upload-artifact@v4
59
59
with :
You can’t perform that action at this time.
0 commit comments