Skip to content

Commit

Permalink
[ci] #7 Add /p:Platform=x64 to msbuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Dec 4, 2018
1 parent 0bba69a commit 9721982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_build:

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

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

0 comments on commit 9721982

Please sign in to comment.