Skip to content

Commit

Permalink
pin build dependencies to specific versions (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Jun 20, 2020
1 parent 321ae9e commit 020728a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ skip_branch_with_pr: true
skip_tags: false
assembly_info:
patch: false
branches:
only:
- master
environment:
Version: $(APPVEYOR_BUILD_VERSION)
GithubRepo: $(APPVEYOR_REPO_NAME)
Expand Down
6 changes: 3 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#tool "nuget:?package=xunit.runners&version=1.9.2";
#tool "nuget:?package=Squirrel.Windows";
#tool "nuget:?package=GitVersion.CommandLine";
#tool "nuget:?package=Squirrel.Windows&version=1.9.1";
#tool "nuget:?package=GitVersion.CommandLine&version=5.3.6";

#addin "nuget:?package=Cake.FileHelpers&version=3.2.1";
#addin "nuget:?package=Cake.Squirrel&version=0.15.1";
#addin "nuget:?package=Newtonsoft.Json";
#addin "nuget:?package=Newtonsoft.Json&version=12.0.3";
using Newtonsoft.Json;

var target = Argument("target", "Default");
Expand Down

0 comments on commit 020728a

Please sign in to comment.