Skip to content

Commit

Permalink
update package build (dependency variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Apr 26, 2019
1 parent 5496819 commit 8ddf412
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dist/package.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

@Echo Packaging
nuget pack ..\uSync8.Core\uSync.Core.nuspec -build -version %1
nuget pack ..\uSync8.BackOffice\uSync.nuspec -build -version %1
nuget pack ..\uSync8.ContentEdition\uSync.ContentEdition.nuspec -build -version %1
nuget pack ..\uSync8.Core\uSync.Core.nuspec -build -OutputDirectory %1 -version %1 -properties depends=%1
nuget pack ..\uSync8.BackOffice\uSync.nuspec -build -OutputDirectory %1 -version %1 -properties depends=%1
nuget pack ..\uSync8.ContentEdition\uSync.ContentEdition.nuspec -OutputDirectory %1 -build -version %1 -properties depends=%1

XCOPY *.%1.nupkg c:\source\localgit /y
XCOPY %1\*.nupkg c:\source\localgit /y
2 changes: 1 addition & 1 deletion uSync8.BackOffice/uSync.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
8.0 - Beta release for Umbraco 8
</releaseNotes>
<dependencies>
<dependency id="uSync.Core" version="8.0.0-beta.4"/>
<dependency id="uSync.Core" version="$depends$"/>
<dependency id="Microsoft.AspNet.SignalR.Core" version="2.4.0"/>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion uSync8.ContentEdition/uSync.ContentEdition.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
8.0 - Beta release for Umbraco 8
</releaseNotes>
<dependencies>
<dependency id="uSync" version="8.0.0-beta.4"/>
<dependency id="uSync" version="$depends$" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 8ddf412

Please sign in to comment.