diff --git a/.pipelines/v2/release.yml b/.pipelines/v2/release.yml
index d3adc45f04..a9799dc031 100644
--- a/.pipelines/v2/release.yml
+++ b/.pipelines/v2/release.yml
@@ -91,7 +91,6 @@ extends:
official: true
codeSign: true
runTests: false
- buildTests: false
signingIdentity:
serviceName: $(SigningServiceName)
appId: $(SigningAppId)
diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml
index e41bfbc0ad..fb321f6f2f 100644
--- a/.pipelines/v2/templates/job-build-project.yml
+++ b/.pipelines/v2/templates/job-build-project.yml
@@ -258,7 +258,6 @@ jobs:
-restore -graph
/p:RestorePackagesConfig=true
/p:CIBuild=true
- /p:BuildTests=${{ parameters.buildTests }}
/bl:$(LogOutputDirectory)\build-0-main.binlog
${{ parameters.additionalBuildOptions }}
$(MSBuildCacheParameters)
diff --git a/.pipelines/v2/templates/pipeline-ci-build.yml b/.pipelines/v2/templates/pipeline-ci-build.yml
index a56c575399..0ef570d0c8 100644
--- a/.pipelines/v2/templates/pipeline-ci-build.yml
+++ b/.pipelines/v2/templates/pipeline-ci-build.yml
@@ -59,7 +59,6 @@ stages:
enableMsBuildCaching: ${{ parameters.enableMsBuildCaching }}
msBuildCacheIsReadOnly: ${{ parameters.msBuildCacheIsReadOnly }}
runTests: ${{ parameters.runTests }}
- buildTests: true
useVSPreview: ${{ parameters.useVSPreview }}
useLatestWinAppSDK: ${{ parameters.useLatestWinAppSDK }}
${{ if eq(parameters.useLatestWinAppSDK, true) }}:
@@ -79,9 +78,7 @@ stages:
${{ else }}:
name: SHINE-OSS-L
${{ if eq(parameters.useVSPreview, true) }}:
- demands: ImageOverride -equals SHINE-VS18-Preview
- ${{ else }}:
- demands: ImageOverride -equals SHINE-VS18-Latest
+ demands: ImageOverride -equals SHINE-VS17-Preview
buildConfigurations: [Release]
official: false
codeSign: false
diff --git a/.vscode/mcp.json b/.vscode/mcp.json
index 3067e78889..d9db4c7a3c 100644
--- a/.vscode/mcp.json
+++ b/.vscode/mcp.json
@@ -8,6 +8,11 @@
"env": {
"GITHUB_TOKEN": "${env:GITHUB_TOKEN}"
}
+ },
+ "ado": {
+ "type": "stdio",
+ "command": "npx",
+ "args": ["-y", "@azure-devops/mcp", "shine-oss", "-d", "core", "pipelines"]
}
}
}
\ No newline at end of file
diff --git a/installer/PowerToysSetupVNext/Resources.wxs b/installer/PowerToysSetupVNext/Resources.wxs
index a392004320..7e62a34be9 100644
--- a/installer/PowerToysSetupVNext/Resources.wxs
+++ b/installer/PowerToysSetupVNext/Resources.wxs
@@ -367,12 +367,6 @@
-
-
-
-
-
-