Skip to content

Commit

Permalink
Moving Build config to AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Nov 20, 2017
1 parent 167f113 commit 9a63438
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 54 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion build/HCSlackNM.proj
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@

<!-- PATHS -->
<PropertyGroup>
<BuildConfig>Release</BuildConfig>
<BuildConfig>$(CONFIGURATION)</BuildConfig>
<RootDir>$(MSBuildProjectDirectory)\..</RootDir>
<BuildDir>$(MSBuildProjectDirectory)\_temp</BuildDir>
<BuildUmbDir>$(BuildDir)\_umbraco</BuildUmbDir>
<BuildNuGetDir>$(BuildDir)\_nuget</BuildNuGetDir>
<ArtifactsDir>$(RootDir)\artifacts</ArtifactsDir>
<CoreProjectDir>$(RootDir)\src\Our.Umbraco.HCSlackNM</CoreProjectDir>
<InstallerProjectDir>$(RootDir)\src\Our.Umbraco.HCSlackNM.Installer</InstallerProjectDir>

</PropertyGroup>

<!-- CLEAN -->
Expand Down
49 changes: 0 additions & 49 deletions build/tools/AppVeyorUmbraco/AppVeyorUmbraco.Targets

This file was deleted.

0 comments on commit 9a63438

Please sign in to comment.