Skip to content

Commit

Permalink
Try to fix HermaFx.Rebus.CastleExtensions snupkg publishing..
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 6, 2020
1 parent 1accdc4 commit 5d9140b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Expand Up @@ -32,7 +32,6 @@ after_test:
- ps: |
#$wc = New-Object 'System.Net.WebClient'
#$wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\TestResult.xml))
nuget help | select -First 1
deploy:
- provider: NuGet
api_key:
Expand Down
3 changes: 0 additions & 3 deletions HermaFx.Castle/HermaFx.Castle.nuspec
Expand Up @@ -18,7 +18,4 @@
<dependency id="Castle.Core" version="3.3.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.Castle.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.DataAnnotations/HermaFx.DataAnnotations.nuspec
Expand Up @@ -16,7 +16,4 @@
<dependency id="HermaFx.Foundation" version="0.0.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.DataAnnotations.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.Foundation/HermaFx.Foundation.nuspec
Expand Up @@ -13,7 +13,4 @@
<description>Herma Foundation (infrastructure &amp; fx extensions) code.</description>
<copyright>Copyright Evidencias Certificadas, S.L. 2010-2016</copyright>
</metadata>
<files>
<file src="bin\Release\Herma.Foundation.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.MediatR/HermaFx.MediatR.nuspec
Expand Up @@ -17,7 +17,4 @@
<dependency id="MediatR" version="2.1.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.MediatR.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.Mvc/HermaFx.Mvc.nuspec
Expand Up @@ -16,7 +16,4 @@
<dependency id="HermaFx.Foundation" version="0.0.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.Mvc.*" target="lib\NET45" />
</files>
</package>
Expand Up @@ -20,7 +20,4 @@
<dependency id="Rebus.Castle.Windsor" version="0.84.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\HermaFx.Rebus.CastleExtensions.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.Rebus/HermaFx.Rebus.nuspec
Expand Up @@ -19,7 +19,4 @@
<dependency id="Rebus.RabbitMQ2" version="[0.84.0,0.90)" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.Rebus.*" target="lib\NET45" />
</files>
</package>
3 changes: 0 additions & 3 deletions HermaFx.SettingsAdapter/HermaFx.SettingsAdapter.nuspec
Expand Up @@ -16,7 +16,4 @@
<dependency id="HermaFx.Foundation" version="0.0.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Herma.SettingsAdapter.*" target="lib\NET45" />
</files>
</package>

0 comments on commit 5d9140b

Please sign in to comment.