We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3c153 commit 5e07ce8Copy full SHA for 5e07ce8
.github/workflows/main_build.yml
@@ -5,8 +5,7 @@ on:
5
branches: [ main ]
6
7
env:
8
- SOLUTION_PATH: source/Diol
9
- TEST_PROJECT_PATH: tests/unit/Diol.Tests.Units/bin/Release/net48/Diol.Tests.Units.dll
+ SOLUTION_PATH: source/Diol/Diol.sln
10
11
jobs:
12
build:
@@ -23,4 +22,4 @@ jobs:
23
22
run: msbuild /t:restore ${{ env.SOLUTION_PATH }}
24
25
- name: Build
26
- run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}/Diol.sln
+ run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}
0 commit comments