зеркало из https://github.com/SixLabors/Shapes.git
fix restore to update package versions
This commit is contained in:
Родитель
deccb0c804
Коммит
c1544b9325
|
@ -1,6 +1,10 @@
|
|||
@echo Off
|
||||
|
||||
dotnet restore
|
||||
if not "%GitVersion_NuGetVersion%" == "" (
|
||||
dotnet restore /p:packageversion=%GitVersion_NuGetVersion%
|
||||
)ELSE (
|
||||
dotnet restore
|
||||
)
|
||||
|
||||
ECHO Building nuget packages
|
||||
if not "%GitVersion_NuGetVersion%" == "" (
|
||||
|
|
Загрузка…
Ссылка в новой задаче