File tree 6 files changed +10
-10
lines changed
Microsoft.Toolkit.Graph.Controls
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 23
23
<NoWarn >CS8002;CS8305</NoWarn > <!-- Temporary since WinUI3 is not stable yet -->
24
24
</PropertyGroup >
25
25
26
+ <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
27
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
28
+ </PropertyGroup >
29
+
26
30
<PropertyGroup >
27
31
<SignAssembly Condition =" '$(SignAssembly)' == ''" >true</SignAssembly >
28
32
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)toolkit.snk</AssemblyOriginatorKeyFile >
Original file line number Diff line number Diff line change 21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
24
- <PackageReference Include =" Microsoft.Toolkit.Uwp.UI" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
25
- <PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
24
+ <PackageReference Include =" Microsoft.Toolkit.Uwp.UI" Version =" 8.0.0-build.54.g3b4791cdfb " />
25
+ <PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls" Version =" 8.0.0-build.54.g3b4791cdfb " />
26
26
<ProjectReference Include =" ..\Microsoft.Toolkit.Graph\Microsoft.Toolkit.Graph.csproj" />
27
27
<PackageReference Include =" Microsoft.WinUI" >
28
- <Version >3.0.0-preview2.200707.3-CI </Version >
28
+ <Version >3.0.0-preview2.200713.0 </Version >
29
29
</PackageReference >
30
30
</ItemGroup >
31
31
Original file line number Diff line number Diff line change 14
14
<ItemGroup >
15
15
<PackageReference Include =" Microsoft.Graph.Beta" Version =" 0.18.0-preview" />
16
16
<PackageReference Include =" Microsoft.Graph.Auth" Version =" 1.0.0-preview.4" />
17
- <PackageReference Include =" Microsoft.Toolkit" Version =" 8.0.0-build.52.g07f4dd1bd0 " />
17
+ <PackageReference Include =" Microsoft.Toolkit" Version =" 8.0.0-build.54.g3b4791cdfb " />
18
18
</ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 20
20
21
21
<ItemGroup >
22
22
<PackageReference Include =" Microsoft.WinUI" >
23
- <Version >3.0.0-preview2.200707.3-CI </Version >
23
+ <Version >3.0.0-preview2.200713.0 </Version >
24
24
</PackageReference >
25
25
<PackageReference Include =" Microsoft.VCRTForwarders.140" Version =" 1.0.6" />
26
26
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 0.1.0-prerelease.200629.3" />
Original file line number Diff line number Diff line change @@ -180,8 +180,7 @@ Task("Build")
180
180
MaxCpuCount = 0
181
181
}
182
182
. SetConfiguration ( "CI" )
183
- . WithTarget ( "Build" )
184
- . WithProperty ( "GenerateLibraryLayout" , "true" ) ;
183
+ . WithTarget ( "Build" ) ;
185
184
186
185
UpdateToolsPath ( buildSettings ) ;
187
186
@@ -228,7 +227,6 @@ Task("Package")
228
227
}
229
228
. SetConfiguration ( "CI" )
230
229
. WithTarget ( "Pack" )
231
- . WithProperty ( "GenerateLibraryLayout" , "true" )
232
230
. WithProperty ( "PackageOutputPath" , nupkgDir ) ;
233
231
234
232
UpdateToolsPath ( buildSettings ) ;
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
5
<add key =" MyGetWCT" value =" https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json" />
6
- <add key =" WinUI.Dependencies@Local" value =" https://microsoft.pkgs.visualstudio.com/_packaging/WinUI.Dependencies%40Local/nuget/v3/index.json" />
7
- <add key =" CsWinRT" value =" https://microsoft.pkgs.visualstudio.com/_packaging/CsWinRT/nuget/v3/index.json" />
8
6
</packageSources >
9
7
</configuration >
You can’t perform that action at this time.
0 commit comments