Skip to content

Commit

Permalink
Updated build instructions to include the tag helper library.
Browse files Browse the repository at this point in the history
  • Loading branch information
klings committed Dec 17, 2016
1 parent 554f0ef commit 58bc401
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ test_script:
popd
pushd .\test\NWebsec.AspNetCore.Mvc.TagHelpers.Tests\
dotnet test -c release
$wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit3/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\TestResult.xml))
popd
pushd .\test\NWebsec.AspNetCore.Mvc.FunctionalTests\
dotnet test -c release
Expand All @@ -63,7 +71,14 @@ after_test:
dotnet pack -c release --no-build -o nupkgs
popd
pushd .\src\NWebsec.AspNetCore.Mvc.TagHelpers\
dotnet pack -c release --no-build -o nupkgs
popd
artifacts:
- path: '**/NWebsec.AspNetCore.Core/nupkgs/*.nupkg'
- path: '**/NWebsec.AspNetCore.Middleware/nupkgs/*.nupkg'
- path: '**/NWebsec.AspNetCore.Mvc/nupkgs/*.nupkg'
- path: '**/NWebsec.AspNetCore.Mvc.TagHelpers/nupkgs/*.nupkg'

0 comments on commit 58bc401

Please sign in to comment.