Skip to content

Commit

Permalink
try to fix appveyor build by using the dotnet CLI and output version
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister committed Nov 24, 2018
1 parent 625cc72 commit 6b0d9ca
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 @@ -7,7 +7,7 @@ before_build:
- nuget restore bin\projects\dbatools\dbatools.sln

build:
project: bin\projects\dbatools\dbatools.sln
- ps: cd bin\projects\dbatools\dbatools.sln; dotnet --version; dotnet build

after_build:
# Removed to prevent credential exposure
Expand Down

0 comments on commit 6b0d9ca

Please sign in to comment.