Fixed appveyor.yml
This commit is contained in:
parent
4f49b34bfd
commit
67e9240e0a
@ -12,6 +12,8 @@ dotnet_csproj:
|
|||||||
assembly_version: '{version}'
|
assembly_version: '{version}'
|
||||||
file_version: '{version}'
|
file_version: '{version}'
|
||||||
informational_version: '{version}'
|
informational_version: '{version}'
|
||||||
|
before_build:
|
||||||
|
- nuget restore
|
||||||
build:
|
build:
|
||||||
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
|
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
|
||||||
test: off
|
test: off
|
||||||
|
Loading…
Reference in New Issue
Block a user