Skip to content

Commit 1374e1e

Browse files
author
Ewout Kramer
committed
fix: even more build cleanup
1 parent 3aec5fe commit 1374e1e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test.bat

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
cd src
2-
msbuild /t:clean
3-
msbuild /t:restore
4-
msbuild /verbosity:minimal
5-
msbuild /t:vstest
6-
cd ..
1+
msbuild src\Hl7.Fhir.sln /t:clean /v:minimal
2+
msbuild src\Hl7.Fhir.sln /t:restore /v:minimal
3+
msbuild src\Hl7.Fhir.sln /t:build /v:minimal
4+
msbuild src\Hl7.Fhir.sln /t:vstest /v:minimal

0 commit comments

Comments
 (0)