Skip to content

Commit

Permalink
Updated appveyor.yml
Browse files Browse the repository at this point in the history
Fixed path to install-dotnet.ps1
  • Loading branch information
dustinmoris committed Aug 27, 2018
1 parent 8b7ff10 commit 75113ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,7 @@ environment:
init:
- git config --global core.autocrlf true
install:
- ps: .\install-dotnet.ps1
- ps: .\.psscripts\install-dotnet.ps1
build: off
build_script:
- ps: .\build.ps1
Expand Down

0 comments on commit 75113ac

Please sign in to comment.