Skip to content

Commit

Permalink
Fix NuGet Deployment and coveralls.io reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
natsnudasoft committed Apr 3, 2019
1 parent ce72a59 commit 570a012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
<ReportUnitTests>True</ReportUnitTests>
</PropertyGroup>
<PropertyGroup Condition="'$(APPVEYOR)' == 'True' And '$(APPVEYOR_PULL_REQUEST_NUMBER)' == ''">
<DefineConstants>$(DefineConstants);StrongNameSign</DefineConstants>
<ReportUnitTests>True</ReportUnitTests>
<StrongNameSign>True</StrongNameSign>
</PropertyGroup>
<PropertyGroup Condition="'$(StrongNameSign)' == 'True'">
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ build:
test:
assemblies: test\unit\NatsnudasoftTests\bin\Release\**\NatsnudasoftTests.dll
cache:
- packages -> **\packages.config
- '%userprofile%\.nuget\packages -> **\*.csproj'
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
artifacts:
- path: 'src\**\*.nupkg'
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
Expand Down

0 comments on commit 570a012

Please sign in to comment.