Skip to content

Commit e69c87c

Browse files
author
Petr Sramek
committed
jguyjg
1 parent e1a1442 commit e69c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
dotnet-version: ${{ vars.DOTNET_VERSION }}
4949
- 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 }}
5151
- name: Upload Build
5252
uses: actions/upload-artifact@v4
5353
with:

0 commit comments

Comments
 (0)