Skip to content

Commit

Permalink
Build before pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Aug 28, 2017
1 parent f4c5652 commit 7581dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build_script:
- ps: (Get-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj
- ps: (Get-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj
- dotnet restore
- dotnet build -c Release
- dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator
test_script:
- dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj
Expand Down

0 comments on commit 7581dd8

Please sign in to comment.