Skip to content

Commit

Permalink
Attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandPheasant committed Dec 7, 2017
1 parent fb56dd2 commit 1f7bd18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
version: 1.0.0.{build}
image: Visual Studio 2017
configuration: Release
install:
- cmd:

before_build:
- ps: cd %APPVEYOR_BUILD_FOLDER%

build_script:
- cmd: >-
cd %APPVEYOR_BUILD_FOLDER%
dotnet --info
dotnet build Dynamic.Trader.sln --configuration Release /p:Version=%APPVEYOR_BUILD_VERSION%
Expand Down

0 comments on commit 1f7bd18

Please sign in to comment.