Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gavryliuk committed Jan 23, 2019
1 parent 4076a40 commit 997415b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ nuget:
disable_publish_on_pr: true
before_build:
- ps: >-
dotnet tool install -g housework
dotnet restore src/Config.Net.sln
cd src/Config.Net
dotnet housework setbuildnumber %FileVersion% ../../build.ini -v
housework setbuildnumber %FileVersion% ../../build.ini -v
dotnet housework author ../*.csproj ../../build.ini -r -v
housework author ../*.csproj ../../build.ini -r -v
cd ../..
build:
Expand Down

0 comments on commit 997415b

Please sign in to comment.