зеркало из https://github.com/unitycontainer/wcf.git
Use dotnet to build.
This commit is contained in:
Родитель
e7d526234c
Коммит
e8600d48b5
12
Build.bat
12
Build.bat
|
@ -1,11 +1 @@
|
||||||
@rem nuget pack Unity.Wcf\Unity.Wcf.csproj -properties Configuration=Release -symbols -build -OutputDirectory bin %*
|
dotnet pack %*
|
||||||
|
|
||||||
@echo off
|
|
||||||
|
|
||||||
for /f "usebackq tokens=*" %%i in (`vswhere -latest -products * -requires Microsoft.Component.MSBuild -property installationPath`) do (
|
|
||||||
set InstallDir=%%i
|
|
||||||
)
|
|
||||||
|
|
||||||
if exist "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" (
|
|
||||||
"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" Unity.Wcf.sln /nologo /p:Configuration=Release /m /v:m %*
|
|
||||||
)
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче