Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions csharp-selenium-webdriver-sample/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ extends:
parameters:
settings:
skipBuildTagsForGitHubPullRequests: true
# Block involuntary public package-feed calls during build (Central Feed Services).
networkIsolationPolicy: Permissive,CFSClean
pool:
name: $(a11yInsightsPool) # Name of your hosted pool
image: windows-2022-secure # Name of the image in your pool. If not specified, first image of the pool is used
Expand Down Expand Up @@ -92,6 +94,8 @@ extends:
inputs:
command: restore
projects: $(Build.SourcesDirectory)/csharp-selenium-webdriver-sample/**/*.csproj
feedsToUse: config
nugetConfigPath: $(Build.SourcesDirectory)/csharp-selenium-webdriver-sample/nuget.config

# Using DotNetCoreCLI rather than a "script" step that runs "dotnet test" makes it easier to publish the test results
# to see along with the rest of the build details in the Azure Pipelines web UI.
Expand Down
8 changes: 8 additions & 0 deletions csharp-selenium-webdriver-sample/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Route restore through the internal package-feed proxy (Central Feed Services). -->
<configuration>
<packageSources>
<clear />
<add key="package-feed-proxy" value="https://packagefeedproxy.microsoft.io/nuget/v3/index.json" />
</packageSources>
</configuration>
2 changes: 2 additions & 0 deletions typescript-playwright-sample/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Route restores through the internal package-feed proxy (Central Feed Services).
registry=https://packagefeedproxy.microsoft.io/npm/
2 changes: 2 additions & 0 deletions typescript-playwright-sample/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ extends:
parameters:
settings:
skipBuildTagsForGitHubPullRequests: true
# Block involuntary public package-feed calls during build (Central Feed Services).
networkIsolationPolicy: Permissive,CFSClean
# Update the pool with your team's 1ES hosted pool.
pool:
name: $(a11yInsightsPool) # Name of your hosted pool
Expand Down
645 changes: 285 additions & 360 deletions typescript-playwright-sample/yarn.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions typescript-selenium-webdriver-sample/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Route restores through the internal package-feed proxy (Central Feed Services).
registry=https://packagefeedproxy.microsoft.io/npm/
3 changes: 2 additions & 1 deletion typescript-selenium-webdriver-sample/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ extends:
parameters:
settings:
skipBuildTagsForGitHubPullRequests: true

# Block involuntary public package-feed calls during build (Central Feed Services).
networkIsolationPolicy: Permissive,CFSClean
pool:
name: $(a11yInsightsPool) # Name of your hosted pool
image: windows-2022-secure # Name of the image in your pool. If not specified, first image of the pool is used
Expand Down
1,022 changes: 511 additions & 511 deletions typescript-selenium-webdriver-sample/yarn.lock

Large diffs are not rendered by default.