Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Jan 13, 2021
2 parents 088026e + a4b4402 commit 02cdac0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
next-version: 3.0.6
next-version: 3.0.7
mode: ContinuousDeployment
continuous-delivery-fallback-tag: ''
branches:
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down Expand Up @@ -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 @(
Expand Down
4 changes: 2 additions & 2 deletions src/Snap/Snap.Deps.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.3"/>
<PackageReference Include="YamlDotNet" Version="9.1.0"/>
<PackageReference Include="SharpCompress" Version="0.26.0"/>
<PackageReference Include="YamlDotNet" Version="9.1.1"/>
<PackageReference Include="SharpCompress" Version="0.27.0"/>
<PackageReference Include="MessagePack" Version="2.2.85" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Snapx/Snapx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="ServiceStack" Version="5.10.2" />
<PackageReference Include="ServiceStack" Version="5.10.4" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 02cdac0

Please sign in to comment.