Skip to content

Commit

Permalink
Updated Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Mar 7, 2019
1 parent 61152b2 commit abd619a
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 @@ -15,7 +15,7 @@ before_build:
- cmd: dotnet restore ./src/Threenine.Map.csproj --verbosity m
build_script:
- cmd: dotnet build ./src/Threenine.Map.csproj -c Release
- cmd: dotnet pack -c Release /p:PackageVersion=1.0.2
- cmd: dotnet pack -c Release /p:PackageVersion=1.0.3
test_script:
- cmd: dotnet test "./UnitTests/MapperTests/MapperTests.csproj" -c Release
artifacts:
Expand Down

0 comments on commit abd619a

Please sign in to comment.