Skip to content

Commit

Permalink
GitHubSync update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Apr 15, 2022
1 parent 4420ea4 commit 1827c01
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.1.0",
"version": "2.2.0",
"commands": [
"dotnet-cake"
]
Expand Down
9 changes: 8 additions & 1 deletion cake.config
@@ -1,4 +1,11 @@
; The configuration file for Cake.

[Settings]
SkipVerification=true
SkipVerification=true

[Settings]
EnableScriptCache=true

[Paths]
; Cache=%temp%/cake-build/cache/
; Note: cache-path is set via environment variables
2 changes: 1 addition & 1 deletion deployment/cake/docker-tasks.cake
@@ -1,7 +1,7 @@
#l "docker-variables.cake"
#l "lib-octopusdeploy.cake"

#addin "nuget:?package=Cake.Docker&version=1.1.1"
#addin "nuget:?package=Cake.Docker&version=1.1.2"

//-------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/generic-variables.cake
@@ -1,6 +1,6 @@
#l "buildserver.cake"

#tool "nuget:?package=GitVersion.CommandLine&version=5.9.0"
#tool "nuget:?package=GitVersion.CommandLine&version=5.10.1"

//-------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion deployment/cake/lib-octopusdeploy.cake
@@ -1,4 +1,4 @@
#tool "nuget:?package=OctopusTools&version=8.0.1"
#tool "nuget:?package=OctopusTools&version=9.0.0"

public class OctopusDeployIntegration : IntegrationBase
{
Expand Down
2 changes: 1 addition & 1 deletion tools/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake.CoreCLR" version="2.1.0" />
<package id="Cake.CoreCLR" version="2.2.0" />
</packages>

0 comments on commit 1827c01

Please sign in to comment.