Skip to content

Commit

Permalink
fix appveyor/nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jun 23, 2020
1 parent fdf3745 commit 7731d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion UPnP/UPnP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</dependencies>
</metadata>
<files>
<file src="UPnP\bin\Debug\netstandard2.0\**" target="lib\netstandard2.0" />
<file src=".\bin\Debug\netstandard2.0\**" target="lib\netstandard2.0" />
</files>
</package>
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build:
test:
assemblies:
only:
- UPnP/bin/Debug/netstandard2.0/UPnP.dll
- .\UPnP\bin\Debug\netstandard2.0\UPnP.dll
after_test:
- ps: .\nuget_pack.ps1
- ps: .\UPnP\nuget_pack.ps1
artifacts:
- path: '*.nupkg'
name: UPnP nupkg
Expand Down
19 changes: 0 additions & 19 deletions nuget_pack.ps1

This file was deleted.

0 comments on commit 7731d90

Please sign in to comment.