Skip to content

Commit e64c3fc

Browse files
committed
Restore release builds
1 parent e8a031f commit e64c3fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: Dotnet restore
32-
run: msbuild Src/C3.sln "/t:restore"
32+
run: msbuild Src/C3.sln "/t:restore" /p:Configuration=${{ matrix.configuration }}
3333

3434
- name: Build MSVC x86
3535
run: msbuild Src/C3.sln /p:Platform=x86 /p:Configuration=${{ matrix.configuration }} "/t:GatewayConsoleExe;NodeRelayConsoleExe;NodeRelayDll;CebuLoader;ChannelLinter"

.github/workflows/build-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: Dotnet restore
32-
run: msbuild Src/C3.sln "/t:restore"
32+
run: msbuild Src/C3.sln "/t:restore" /p:Configuration=${{ matrix.configuration }}
3333

3434
- name: Build MSVC x86
3535
run: msbuild Src/C3.sln /p:Platform=x86 /p:Configuration=${{ matrix.configuration }} "/t:GatewayConsoleExe;NodeRelayConsoleExe;NodeRelayDll;CebuLoader;ChannelLinter"

.github/workflows/release-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Dotnet restore
26-
run: msbuild Src/C3.sln "/t:restore"
26+
run: msbuild Src/C3.sln "/t:restore" /p:Configuration=Release
2727

2828
- name: Build MSVC x86
2929
run: msbuild Src/C3.sln /p:Platform=x86 /p:Configuration=Release "/t:GatewayConsoleExe;NodeRelayConsoleExe;NodeRelayDll;CebuLoader;ChannelLinter"

0 commit comments

Comments
 (0)