Skip to content

Commit

Permalink
Update appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
sakopov committed Aug 1, 2017
1 parent 046adc3 commit ab99161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build_script:
- dotnet build "test\Dapper.AmbientContext.Tests" -c %CONFIGURATION% --no-dependencies --version-suffix %BUILD_SUFFIX%

after_build:
- dotnet pack "src\Dapper.AmbientContext" -c %CONFIGURATION% --no-build --include-symbols --version-suffix %SUFFIX% -o artifacts
- dotnet pack "src\Dapper.AmbientContext" -c %CONFIGURATION% --no-build --include-symbols --version-suffix "%SUFFIX%" -o artifacts

test_script:
- dotnet test "test\Dapper.AmbientContext.Tests\Dapper.AmbientContext.Tests.csproj" -c %CONFIGURATION%
Expand Down

0 comments on commit ab99161

Please sign in to comment.