GitHubSync update
This commit is contained in:
parent
4420ea4ef4
commit
1827c01697
@ -3,7 +3,7 @@
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"cake.tool": {
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"commands": [
|
||||
"dotnet-cake"
|
||||
]
|
||||
|
@ -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
|
@ -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"
|
||||
|
||||
//-------------------------------------------------------------
|
||||
|
||||
|
@ -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"
|
||||
|
||||
//-------------------------------------------------------------
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#tool "nuget:?package=OctopusTools&version=8.0.1"
|
||||
#tool "nuget:?package=OctopusTools&version=9.0.0"
|
||||
|
||||
public class OctopusDeployIntegration : IntegrationBase
|
||||
{
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user