GitHubSync update

This commit is contained in:
Geert van Horrik 2022-04-15 11:15:25 +02:00
parent 4420ea4ef4
commit 1827c01697
6 changed files with 13 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.1.0",
"version": "2.2.0",
"commands": [
"dotnet-cake"
]

View File

@ -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

View File

@ -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"
//-------------------------------------------------------------

View File

@ -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"
//-------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#tool "nuget:?package=OctopusTools&version=8.0.1"
#tool "nuget:?package=OctopusTools&version=9.0.0"
public class OctopusDeployIntegration : IntegrationBase
{

View File

@ -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>