Skip to content

Commit

Permalink
Merge pull request #238 from microsoft/main
Browse files Browse the repository at this point in the history
Staging - 7/10/24
  • Loading branch information
EricJohnson327 authored Jul 10, 2024
2 parents 24c51c7 + 2d0083a commit a85b55d
Show file tree
Hide file tree
Showing 9 changed files with 1,549 additions and 1,545 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
- release

variables:
MSIXVersion: '0.1000'
MSIXVersion: '0.1100'
solution: '**/DevHomeAzureExtension.sln'
appxPackageDir: 'AppxPackages'
testOutputArtifactDir: 'TestResults'
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/CreateBuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Param(
)

$Major = "0"
$Minor = "10"
$Minor = "11"
$Patch = "99" # default to 99 for local builds

$versionSplit = $Version.Split(".");
Expand Down
Binary file modified src/AzureExtension/Assets/DevBoxProvider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && \
apt-get install -y git
RUN apt-get update && apt-get upgrade -y
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu
ENV DEBIAN_FRONTEND noninteractive

RUN apt update && \
apt install -y curl && build-essentials \
apt install -y curl && build-essential \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Loading

0 comments on commit a85b55d

Please sign in to comment.