Skip to content

Commit

Permalink
Added debug statements for build
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Mar 13, 2019
1 parent f1e9855 commit 537d605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ before_build:
- cmd: dotnet restore AllReadyApp\Web-App\AllReady.UnitTest\AllReady.UnitTest.csproj
- cmd: dotnet restore AllReadyApp\AllReady.NotificationsWebJob\AllReady.NotificationsWebJob.csproj
- nuget restore AllReadyApp\AllReady.IntegrationTest\AllReady.ScenarioTest.fsproj -SolutionDirectory .\AllReadyApp
- cmd: node -v
- cmd: npm -v
- cmd: npm install gulp -g

build_script:
Expand Down

0 comments on commit 537d605

Please sign in to comment.