diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 575c971f..f41835a5 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -3,10 +3,10 @@ name: snapx on: push env: - GITVERSION_VERSION: 5.5.0 + GITVERSION_VERSION: 5.6.3 MSVS_TOOLSET_VERSION: 16 DOTNET_FRAMEWORK_VERSION: net5.0 - DOTNET_SDK_VERSION: 5.0.101 + DOTNET_SDK_VERSION: 5.0.102 DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_NOLOGO: 1 diff --git a/GitVersion.yml b/GitVersion.yml index d3a86c96..e082264a 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,4 @@ -next-version: 3.0.6 +next-version: 3.0.7 mode: ContinuousDeployment continuous-delivery-fallback-tag: '' branches: diff --git a/build.ps1 b/build.ps1 index b8499fb5..ec8015d5 100644 --- a/build.ps1 +++ b/build.ps1 @@ -8,7 +8,7 @@ param( [Parameter(Position = 2, ValueFromPipelineByPropertyName = $true)] [string] $DockerImageName = "snapx", [Parameter(Position = 3, ValueFromPipelineByPropertyName = $true)] - [string] $DockerVersion = "3.0.101", + [string] $DockerVersion = "6.1", [Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)] [switch] $DockerLocal, [Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)] @@ -512,7 +512,7 @@ switch ($Target) { } "Publish-Docker-Image" { Invoke-Command-Colored $CommandDocker @( - "build -f ""$DockerFilenamePath"" -t ${DockerGithubRegistryUrl}/${DockerImageName}:${DockerVersion} docker" + "build --no-cache -f ""$DockerFilenamePath"" -t ${DockerGithubRegistryUrl}/${DockerImageName}:${DockerVersion} docker" ) Invoke-Command-Colored $CommandDocker @( diff --git a/src/Snap/Snap.Deps.targets b/src/Snap/Snap.Deps.targets index 359e13b0..521f229f 100644 --- a/src/Snap/Snap.Deps.targets +++ b/src/Snap/Snap.Deps.targets @@ -6,8 +6,8 @@ - - + + diff --git a/src/Snapx/Snapx.csproj b/src/Snapx/Snapx.csproj index 41e7a2af..37f182b9 100644 --- a/src/Snapx/Snapx.csproj +++ b/src/Snapx/Snapx.csproj @@ -31,7 +31,7 @@ - +