Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit e8600d4

Browse files
committed
Use dotnet to build.
1 parent e7d5262 commit e8600d4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Build.bat

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
@rem nuget pack Unity.Wcf\Unity.Wcf.csproj -properties Configuration=Release -symbols -build -OutputDirectory bin %*
2-
3-
@echo off
4-
5-
for /f "usebackq tokens=*" %%i in (`vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath`) do (
6-
set InstallDir=%%i
7-
)
8-
9-
if exist "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" (
10-
"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" Unity.Wcf.sln /nologo /p:Configuration=Release /m /v:m %*
11-
)
1+
dotnet pack %*

0 commit comments

Comments
 (0)