Skip to content

Commit 7e496c0

Browse files
committed
Work CI-CD
- Fix path in nuspec file.
1 parent 1bd7350 commit 7e496c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nanoFramework.System.Security.Cryptography.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This package requires a target with nanoFramework.System.Security.Cryptography v
2323
</dependencies>
2424
</metadata>
2525
<files>
26-
<file src="nanoFramework.System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.dll" target="lib\nanoFramework.System.Security.Cryptography.dll" />
27-
<file src="nanoFramework.System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pdb" target="lib\nanoFramework.System.Security.Cryptography.pdb" />
28-
<file src="nanoFramework.System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pdbx" target="lib\nanoFramework.System.Security.Cryptography.pdbx" />
29-
<file src="nanoFramework.System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pe" target="lib\nanoFramework.System.Security.Cryptography.pe" />
30-
<file src="nanoFramework.System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.xml" target="lib\nanoFramework.System.Security.Cryptography.xml" />
26+
<file src="System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.dll" target="lib\nanoFramework.System.Security.Cryptography.dll" />
27+
<file src="System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pdb" target="lib\nanoFramework.System.Security.Cryptography.pdb" />
28+
<file src="System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pdbx" target="lib\nanoFramework.System.Security.Cryptography.pdbx" />
29+
<file src="System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.pe" target="lib\nanoFramework.System.Security.Cryptography.pe" />
30+
<file src="System.Security.Cryptography\bin\Release\nanoFramework.System.Security.Cryptography.xml" target="lib\nanoFramework.System.Security.Cryptography.xml" />
3131
<!-- readme -->
3232
<file src="assets\readme.txt" target="" />
3333
<file src="README.md" target="docs\" />

0 commit comments

Comments
 (0)