We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce344b commit 7399e4dCopy full SHA for 7399e4d
appveyor.yml
@@ -1,5 +1,5 @@
1
version: 1.3.{build}
2
-image: Visual Studio 2017 RC
+image: Visual Studio 2017
3
assembly_info:
4
patch: true
5
file: '**\AssemblyInfo.*'
@@ -10,15 +10,15 @@ environment:
10
VisualStudioVersion: 15
11
build_script:
12
- cmd: >-
13
- set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
+ #set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
14
15
16
git submodule update --init --recursive
17
18
19
nuget restore
20
-
21
- msbuild
+ dotnet restore
+ dotnet msbuild
22
after_test:
23
24
nuget pack %appveyor_project_name%.Core/%appveyor_project_name%.Core.csproj -version %appveyor_build_version% -Symbols
0 commit comments