Skip to content

Commit

Permalink
Added test package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 7, 2020
1 parent 5b95a37 commit 0345cc9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- name: Copy libraries
shell: cmd
run: |
mkdir files
copy C:\Windows\System32\wmi.dll files
cd files
mkdir subdirectory
Expand Down
Binary file added files/TestPackage.1.0.0.nupkg
Binary file not shown.
15 changes: 15 additions & 0 deletions files/TestPackage.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TestPackage</id>
<title>TestPackage</title>
<description>TestPackage</description>
<version>1.0.0</version>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
<license type="expression">Apache-2.0</license>
</metadata>
<files>
<file src="empty.txt" />
</files>
</package>
Empty file added files/empty.txt
Empty file.

0 comments on commit 0345cc9

Please sign in to comment.