Skip to content

Commit

Permalink
Pin cake and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Feb 23, 2021
1 parent 4c3b39e commit a476227
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ src/MahApps.Metro/Styles/Themes/*.xaml
!src/MahApps.Metro/Styles/Themes/Theme.Template.xaml

# cake
tools/
tools/*
!tools/packages.config

# XamlStyler
!XamlStyler/
12 changes: 6 additions & 6 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
// TOOLS / ADDINS
///////////////////////////////////////////////////////////////////////////////

#module nuget:?package=Cake.DotNetTool.Module
#module nuget:?package=Cake.DotNetTool.Module&version=0.5.0
#tool "dotnet:?package=NuGetKeyVaultSignTool&version=1.2.28"
#tool "dotnet:?package=AzureSignTool&version=2.0.17"

#tool GitVersion.CommandLine&version=5.5.1
#tool gitreleasemanager
#tool xunit.runner.console
#tool vswhere
#addin Cake.Figlet
#tool GitVersion.CommandLine&version=5.6.4
#tool gitreleasemanager&version=0.11.0
#tool xunit.runner.console&version=2.4.1
#tool vswhere&version=2.8.4
#addin nuget:?package=Cake.Figlet&version=1.4.0

///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down
4 changes: 4 additions & 0 deletions tools/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.38.5" />
</packages>

0 comments on commit a476227

Please sign in to comment.