diff --git a/Microsoft.WSLg.nuspec b/Microsoft.WSLg.nuspec index 6075a614..09e72ace 100644 --- a/Microsoft.WSLg.nuspec +++ b/Microsoft.WSLg.nuspec @@ -20,12 +20,10 @@ Copyright (C) Microsoft Corporation. All rights reserved. - - diff --git a/Microsoft.WSLg.targets b/Microsoft.WSLg.targets index a1f69286..e15e314d 100644 --- a/Microsoft.WSLg.targets +++ b/Microsoft.WSLg.targets @@ -6,10 +6,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> - - system.img - PreserveNewest - system.vhd PreserveNewest diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 08c118d2..850a2d2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,21 +89,6 @@ stages: artifact: 'system_x64.vhd' publishLocation: 'pipeline' - - task: Go@0 - inputs: - command: 'custom' - customCommand: 'run' - arguments: 'tar2ext4.go -i $(Agent.BuildDirectory)/system_x64.tar -o $(Agent.BuildDirectory)/system_x64.img' - workingDirectory: 'hcsshim/cmd/tar2ext4' - displayName: 'Create system_x64.img' - - - task: PublishPipelineArtifact@1 - displayName: 'Publish system_x64.img artifact' - inputs: - targetPath: $(Agent.BuildDirectory)/system_x64.img - artifact: 'system_x64.img' - publishLocation: 'pipeline' - - task: PublishPipelineArtifact@1 displayName: 'Publish system-debuginfo_x64.tar.gz artifact' inputs: @@ -234,22 +219,6 @@ stages: artifact: 'system_arm64.vhd' publishLocation: 'pipeline' - - task: Go@0 - inputs: - command: 'custom' - customCommand: 'run' - arguments: 'tar2ext4.go -i $(Agent.BuildDirectory)/system_arm64.tar -o $(Agent.BuildDirectory)/system_arm64.img' - workingDirectory: 'hcsshim/cmd/tar2ext4' - displayName: 'Create system_arm64.img' - - - task: PublishPipelineArtifact@1 - displayName: 'Publish system_arm64.img artifact' - condition: eq(variables['Build.SourceBranch'], 'refs/heads/main') - inputs: - targetPath: $(Agent.BuildDirectory)/system_arm64.img - artifact: 'system_arm64.img' - publishLocation: 'pipeline' - - script: mkdir ./dev && ~/.docker/cli-plugins/docker-buildx build -f ./wslg/Dockerfile --output type=tar,dest=./dev/dev_build.tar @@ -339,13 +308,6 @@ stages: artifactName: 'system_x64.vhd' targetPath: 'package/' - - task: DownloadPipelineArtifact@2 - displayName: 'Download system_x64.img' - inputs: - buildType: 'current' - artifactName: 'system_x64.img' - targetPath: 'package/' - - task: DownloadPipelineArtifact@2 displayName: 'Download system-debuginfo_x64.tar.gz' inputs: @@ -374,13 +336,6 @@ stages: artifactName: 'system_arm64.vhd' targetPath: 'package/' - - task: DownloadPipelineArtifact@2 - displayName: 'Download system_arm64.img' - inputs: - buildType: 'current' - artifactName: 'system_arm64.img' - targetPath: 'package/' - - task: DownloadPipelineArtifact@2 displayName: 'Download system-debuginfo_arm64.tar.gz' inputs: