Skip to content

Commit c668073

Browse files
committed
Update MSbuild.Nuget task to support UmbracoCms.Web
1 parent 888ea77 commit c668073

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ SET CONFIGURATION=Debug
1919

2020
build-appveyor.cmd
2121

22+
cd..
23+
2224
@IF %ERRORLEVEL% NEQ 0 GOTO err
2325
@EXIT /B 0
2426
:err

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
Description="$(Description)"
159159
Summary="$(Readme)"
160160
Version="$(FileVersion)"
161+
MinimumRequiredUmbracoVersion ="$(MinUmbracoVersion)"
161162
Authors="$(AuthorName)"
162163
Owners="$(Owners)"
163164
Copyright="$(Copyright)"

build/package.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<language></language>
1717
<tags></tags>
1818
<dependencies>
19-
<dependency id="UmbracoCms.Core" version="8.1.0" />
20-
<dependency id="UmbracoCms.Web" version="8.1.0" />
19+
<dependency id="UmbracoCms.Core" version="0.0.0" />
20+
<dependency id="UmbracoCms.Web" version="0.0.0" />
2121
<dependency id="WindowsAzure.Storage" version="8.7.0" />
2222
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.3" />
2323
<dependency id="Microsoft.Azure.KeyVault.Core" version="2.0.4" />
Binary file not shown.

0 commit comments

Comments
 (0)