Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ step "push-to-azure-marketplace" {
set -euo pipefail

# Download the Microsoft repository GPG keys
wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb

# Register the Microsoft repository GPG keys
dpkg -i packages-microsoft-prod.deb
Expand Down Expand Up @@ -56,7 +56,7 @@ step "push-to-azure-marketplace" {

container {
feed = "docker-hub"
image = "node:buster"
image = "node:bookworm"
}

packages "OctoTFS.vsix" {
Expand Down Expand Up @@ -157,4 +157,4 @@ step "queue-and-verify-a-test-build" {
}
worker_pool = "hosted-ubuntu"
}
}
}
Loading