Skip to content

Commit 4ead3a5

Browse files
authored
Merge pull request #3563 from IgniteUI/sstoychev/fix-deployment
ci(*): changing nuspec to target the inner folder with new build
2 parents dde8456 + 2411191 commit 4ead3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular.Samples.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<description>This is a package that can be used with Octopus deployer</description>
1111
</metadata>
1212
<files>
13-
<file src="dist\$path$\**\*.*" target="\" />
13+
<file src="dist\$path$\browser\**\*.*" target="\" />
1414
</files>
1515
</package>

0 commit comments

Comments
 (0)