Skip to content

Commit

Permalink
appveyor is dead...
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Apr 29, 2020
1 parent b8d059f commit 8f1203f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Preflight/App_Plugins/Preflight/backoffice/Preflight.es6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! preflight - v1.3.3-build100 - 2020-04-25
/*! preflight - v1.3.3-build52 - 2020-04-29
* Copyright (c) 2020 Nathan Woulfe;
* Licensed MIT
*/
Expand Down
6 changes: 3 additions & 3 deletions Preflight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers g
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.3.3.100")]
[assembly: AssemblyVersion("1.3.3.100")]
[assembly: AssemblyFileVersion("1.3.3.100")]
// [assembly: AssemblyVersion("1.3.3.52")]
[assembly: AssemblyVersion("1.3.3.52")]
[assembly: AssemblyFileVersion("1.3.3.52")]
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
- set PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe;C:\Ruby25\bin;%PATH%
- cmd: npm install -g grunt-cli
- cmd: set UMBRACO_PACKAGE_MIN_VERSION=8.1.0
- cmd: nuget restore
- cmd: cd BuildPackage
- cmd: Build.bat

Expand Down

0 comments on commit 8f1203f

Please sign in to comment.