diff --git a/appveyor.yml b/appveyor.yml index e998e9b..5a79d0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,11 @@ -os: Visual Studio 2017 - -# Version format version: 1.0.1.{build} +os: Visual Studio 2017 + cache: - - packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified + - packages -> src\**\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified + +configuration: Release branches: only: diff --git a/build/HCSlackNM.proj b/build/HCSlackNM.proj index a1a2b26..d2cbde0 100644 --- a/build/HCSlackNM.proj +++ b/build/HCSlackNM.proj @@ -43,7 +43,7 @@ - Release + $(CONFIGURATION) $(MSBuildProjectDirectory)\.. $(MSBuildProjectDirectory)\_temp $(BuildDir)\_umbraco @@ -51,6 +51,7 @@ $(RootDir)\artifacts $(RootDir)\src\Our.Umbraco.HCSlackNM $(RootDir)\src\Our.Umbraco.HCSlackNM.Installer + diff --git a/build/tools/AppVeyorUmbraco/AppVeyorUmbraco.Targets b/build/tools/AppVeyorUmbraco/AppVeyorUmbraco.Targets deleted file mode 100644 index 67be406..0000000 --- a/build/tools/AppVeyorUmbraco/AppVeyorUmbraco.Targets +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file