Skip to content

Commit 5e07ce8

Browse files
authored
Simplify build pipeline (#45)
Simplify the build pipeline
1 parent ed3c153 commit 5e07ce8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main_build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches: [ main ]
66

77
env:
8-
SOLUTION_PATH: source/Diol
9-
TEST_PROJECT_PATH: tests/unit/Diol.Tests.Units/bin/Release/net48/Diol.Tests.Units.dll
8+
SOLUTION_PATH: source/Diol/Diol.sln
109

1110
jobs:
1211
build:
@@ -23,4 +22,4 @@ jobs:
2322
run: msbuild /t:restore ${{ env.SOLUTION_PATH }}
2423

2524
- name: Build
26-
run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}/Diol.sln
25+
run: msbuild /p:Configuration=Release /p:Platform="Any CPU" ${{ env.SOLUTION_PATH }}

0 commit comments

Comments
 (0)