Skip to content

Commit e072a1a

Browse files
committed
Use latest NuGet and update config
- Remove unnecessary files - Include build root folder
1 parent 66bba67 commit e072a1a

File tree

7 files changed

+6
-16
lines changed

7 files changed

+6
-16
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[Rr]eleases/
1919
x64/
2020
x86/
21-
build/
2221
bld/
2322
[Bb]in/
2423
[Oo]bj/

SmokeTests/nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<configuration>
22
<packageSources>
33
<clear />
4-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
54
<add key="Local" value="..\bin\nupkg" />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
</packageSources>
77
</configuration>

UnitTests/UnitTests.XamlIslands/Directory.Build.props

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

UnitTests/UnitTests.XamlIslands/Directory.Build.targets

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

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
displayName: Setup Environment Variables
2929

3030
- task: NuGetToolInstaller@0
31-
displayName: Use NuGet 5.6.0
31+
displayName: Use NuGet 5.11
3232
inputs:
33-
versionSpec: 5.6.0
33+
versionSpec: 5.11.0
3434

3535
- task: DotNetCoreCLI@2
3636
inputs:

build/Windows.Toolkit.VisualStudio.Design.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<AppDesigner Include="Properties\"/>
19-
<!-- The 'LogicalName' metadata changes the default manifest naming scheme -->
19+
<!-- The 'LogicalName' metadata changes the default manifest naming scheme -->
2020
<EmbeddedResource Include="Icons\*.icon.png" LogicalName="$(ParentProjectRootNamespace).%(Filename)%(Extension)"/>
2121
<EmbeddedResource Include="$(ParentProjectOutputPath)$(ParentProjectName).xml" LinkBase="Properties\" LogicalName="%(Filename)%(Extension)"/>
2222
</ItemGroup>

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<configuration>
22
<packageSources>
33
<clear />
4-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" protocolVersion="3" />
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
65
<add key="MUX-Shared" value="https://pkgs.dev.azure.com/ms/microsoft-ui-xaml/_packaging/MUX-Shared/nuget/v3/index.json" />
6+
<add key="AzureLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />

0 commit comments

Comments
 (0)