diff --git a/appveyor.build.yml b/appveyor.build.yml index 71ee575..25b90e9 100644 --- a/appveyor.build.yml +++ b/appveyor.build.yml @@ -1,4 +1,4 @@ -version: 1.9.8.{build} +version: 1.9.10.{build} skip_tags: true image: Visual Studio 2019 build_script: diff --git a/appveyor.yml b/appveyor.yml index 11ac003..cf46bb7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,17 @@ +version: 1.9.10.{build} +skip_non_tags: true +image: Visual Studio 2019 pull_requests: do_not_increment_build_number: true branches: only: - dnn -image: Visual Studio 2017 nuget: project_feed: true disable_publish_on_pr: true -version: 1.9.2.{build} environment: - ProductVersion: 1.9.2 + ProductVersion: 1.9.10 before_build: - ps: Update-AppveyorBuild -Version "$env:ProductVersion.$env:APPVEYOR_BUILD_NUMBER-$env:APPVEYOR_JOB_ID" @@ -19,3 +20,6 @@ build_script: - ps: .\Build-Release.ps1 $env:BuildVersion '' after_build: - ps: Push-AppveyorArtifact build\Releases\v$env:BuildVersion\Dnn.ClientDependency.$env:BuildVersion.nupkg +artifacts: +- path: build\Release\*.nupkg + name: Nuget Package \ No newline at end of file diff --git a/src/ClientDependency.Core/CssHelper.cs b/src/ClientDependency.Core/CssHelper.cs index 21de50a..31359e7 100644 --- a/src/ClientDependency.Core/CssHelper.cs +++ b/src/ClientDependency.Core/CssHelper.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Text.RegularExpressions; -using System.Web; +using System.Web; using ClientDependency.Core.CompositeFiles; using ClientDependency.Core.Config; diff --git a/src/ClientDependency.Web.Test/Web.config b/src/ClientDependency.Web.Test/Web.config index ae36aa7..f44feff 100644 --- a/src/ClientDependency.Web.Test/Web.config +++ b/src/ClientDependency.Web.Test/Web.config @@ -26,7 +26,7 @@ Composite files are used for both types of projects. ** IMPORTANT: If you're web.config setting: compilation debug="true" is set to 'true', then composite files will NOT be enabled no matter what --> - +