File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
src/PostSharp.Engineering.BuildTools/Resources Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <PostSharpEngineeringReleaseVersion >2023.2.343 </PostSharpEngineeringReleaseVersion >
4- <PostSharpEngineeringReleaseMainVersion >2023.2.343 </PostSharpEngineeringReleaseMainVersion >
3+ <PostSharpEngineeringReleaseVersion >2023.2.344 </PostSharpEngineeringReleaseVersion >
4+ <PostSharpEngineeringReleaseMainVersion >2023.2.344 </PostSharpEngineeringReleaseMainVersion >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <MainVersion >2023.2.343 </MainVersion >
3+ <MainVersion >2023.2.344 </MainVersion >
44 <PackageVersionSuffix ></PackageVersionSuffix >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change @@ -1418,15 +1418,6 @@ $envVarAssignments$gitConfigCommands$postInitCommands
14181418 }
14191419 }
14201420
1421- # If no existing container, remove any containers with same image to avoid conflicts
1422- if (-not $existingContainerId )
1423- {
1424- docker ps - a - q -- filter " ancestor=$ImageTag " | ForEach-Object {
1425- Write-Host " Removing container $_ "
1426- docker rm -f $_ 2>&1 | Out-Null
1427- }
1428- }
1429-
14301421 # Registry authentication and pull logic
14311422 $builtNewImage = $false
14321423 $dockerConfigArg = @ ()
You can’t perform that action at this time.
0 commit comments