Skip to content

Commit

Permalink
[ci] #7 Change platform and configuration to match condition used
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent f6bcf01 commit ea0567b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
version: '0.2.0.{build}'
image: Visual Studio 2015
image: Visual Studio 2017
platform:
- x64
- Any CPU

clone_folder: c:\projects\libskycoin-dotnet

# build Configuration, i.e. Debug, Release, etc.
configuration: Release
configuration:
- Release
- Debug
environment:
GOOS: windows
GOARCH: amd64
Expand All @@ -33,7 +35,7 @@ before_build:

# use custom build_script
build_script:
- msbuild /p:Configuration=Release LibskycoinNet.sln /p:Platform=x64
- msbuild /p:Configuration=Release LibskycoinNet.sln

# to run tests against only selected assemblies and/or categories
test:
Expand Down

0 comments on commit ea0567b

Please sign in to comment.