Skip to content

Commit

Permalink
Merge branch 'main' into bewhite/repo-config
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Feb 3, 2024
2 parents 1b8f0f1 + 7172600 commit 75c3e85
Show file tree
Hide file tree
Showing 461 changed files with 52,039 additions and 42,223 deletions.
185 changes: 0 additions & 185 deletions .azure-pipelines/azure-pipelines.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions .azure-pipelines/jobs/test.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions .azure-pipelines/jobs/testContainer.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .devcontainer/Dockerfile

This file was deleted.

6 changes: 6 additions & 0 deletions .devcontainer/container-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ sudo apt install python3-pip -y
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install wheel

# Install Python packages
pip install -r requirements-docs.txt

# Restore .NET packages
dotnet restore

# Install PowerShell dependencies
$ProgressPreference = [System.Management.Automation.ActionPreference]::SilentlyContinue;
if ($Null -eq (Get-PackageProvider -Name NuGet -ErrorAction Ignore)) {
Expand Down
Loading

0 comments on commit 75c3e85

Please sign in to comment.