Skip to content

Commit 96b7e04

Browse files
authored
Fix more E2E tests, remove templates (#6958)
1 parent 0596636 commit 96b7e04

22 files changed

Lines changed: 14 additions & 518 deletions

NuGet.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestExtensions", "TestExten
7373
EndProject
7474
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{96255044-3776-439B-8496-C460DB9C4F97}"
7575
ProjectSection(SolutionItems) = preProject
76-
test\EndToEnd\tests\A-TopDownloadedPackages.ps1 = test\EndToEnd\tests\A-TopDownloadedPackages.ps1
7776
test\EndToEnd\tests\BuildIntegratedTest.ps1 = test\EndToEnd\tests\BuildIntegratedTest.ps1
7877
test\EndToEnd\tests\FindPackageTest.ps1 = test\EndToEnd\tests\FindPackageTest.ps1
7978
test\EndToEnd\tests\GetPackageTest.ps1 = test\EndToEnd\tests\GetPackageTest.ps1

eng/pipelines/vs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ stages:
121121
baseBuildDrop: $(VsBaseBuildDrop)
122122
bootstrapperUrl: $(VsBootstrapperUrl)
123123
DartLabEnvironment: ${{parameters.DartLabEnvironment}}
124-
part: "A-TopDownloadedPackages.ps1,BuildIntegratedTest.ps1,ExecuteInitScriptTest.ps1,FindPackageTest.ps1,GetPackageTest.ps1,GetProjectTest.ps1,LegacyPackageRefProjectTest.ps1,NativeProjectTest.ps1,NetCoreProjectTest.ps1,PackTest.ps1,ProjectRetargeting.ps1,ServicesTest.ps1,Settings.ps1,SyncPackageTest.ps1,TabExpansionTest.ps1,UniversalWindowsProjectTest.ps1"
124+
part: "BuildIntegratedTest.ps1,ExecuteInitScriptTest.ps1,FindPackageTest.ps1,GetPackageTest.ps1,GetProjectTest.ps1,LegacyPackageRefProjectTest.ps1,NativeProjectTest.ps1,NetCoreProjectTest.ps1,PackTest.ps1,ProjectRetargeting.ps1,ServicesTest.ps1,Settings.ps1,SyncPackageTest.ps1,TabExpansionTest.ps1,UniversalWindowsProjectTest.ps1"
125125
QBuildSessionId: $(QBuildSessionId)
126126
runSettingsURI: https://vsdrop.corp.microsoft.com/file/v1/$(RunSettingsDrop);NuGet.Tests.Apex.runsettings
127127
testExecutionJobTimeoutInMinutes: 100

test/EndToEnd/ProjectTemplates/UAPApp.zip/UAPApp.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<DoTFMWorkaround>true</DoTFMWorkaround>
2222
<EnableAppLocalFXWorkaround>false</EnableAppLocalFXWorkaround>
2323
<AppxGeneratePrisForPortableLibrariesEnabled>false</AppxGeneratePrisForPortableLibrariesEnabled>
24+
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
2425
</PropertyGroup>
2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
2627
<DebugSymbols>true</DebugSymbols>
@@ -116,9 +117,6 @@
116117
<Content Include="Assets\StoreLogo.scale-100.png" />
117118
<Content Include="Assets\WideLogo.scale-100.png" />
118119
</ItemGroup>
119-
<ItemGroup>
120-
<None Include="project.json" />
121-
</ItemGroup>
122120
<ItemGroup>
123121
<ApplicationDefinition Include="App.xaml">
124122
<Generator>MSBuild:Compile</Generator>

test/EndToEnd/ProjectTemplates/UAPApp.zip/project.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/EndToEnd/ProjectTemplates/UwpNativeApp.zip/Application.vcxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106

107107
<PropertyGroup Label="UserMacros" />
108108

109-
<PropertyGroup>
110-
111-
<PackageCertificateKeyFile>$projectname$_TemporaryKey.pfx</PackageCertificateKeyFile>
112-
113-
</PropertyGroup>
114-
115109
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
116110
<ClCompile>
117111
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
@@ -173,8 +167,6 @@
173167
<SubType>Designer</SubType>
174168
</AppxManifest>
175169

176-
<None Include="$projectname$_TemporaryKey.pfx" />
177-
178170
</ItemGroup>
179171

180172
<ItemGroup>

test/EndToEnd/ProjectTemplates/UwpNativeApp.zip/Application_TemporaryKey.pfx

Whitespace-only changes.

test/EndToEnd/ProjectTemplates/UwpNativeApp.zip/BlankApplication.vstemplate

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Square44x44Logo.targetsize-24_altform-unplated.png">Square44x44Logo.targetsize-24_altform-unplated.png</ProjectItem>
3737
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\StoreLogo.png">StoreLogo.png</ProjectItem>
3838
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Wide310x150Logo.scale-200.png">Wide310x150Logo.scale-200.png</ProjectItem>
39-
<ProjectItem ReplaceParameters="false" TargetFileName="$projectname$_TemporaryKey.pfx">Application_TemporaryKey.pfx</ProjectItem>
4039
</Project>
4140
</TemplateContent>
4241
<WizardExtension>

test/EndToEnd/ProjectTemplates/UwpNativeProjectJson.zip/Dll1.cpp

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/EndToEnd/ProjectTemplates/UwpNativeProjectJson.zip/Dll1.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/EndToEnd/ProjectTemplates/UwpNativeProjectJson.zip/Dll1.vcxproj

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)