microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
701 stars 112 forks source link

Added azure-pipelines/build.yml #244

Closed jstedfast closed 7 months ago

jstedfast commented 7 months ago

Migrated Classic AzurePipeline to 1ES.

mgoertz-msft commented 7 months ago

Build failed. I think it's time to move to packages.config to PackageReferences.

jstedfast commented 7 months ago

The XamlBehaviorsWpf repo is also still using packages.config - I don't think that's necessarily the issue.

jstedfast commented 7 months ago

I think I've managed to more-or-less fix the GitHub build pipeline but we're getting this warning:

Warning: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.AppXPackage.Targets(2798,5): warning APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478. [D:\a\XamlBehaviors\XamlBehaviors\src\BehaviorsSDKManaged\ManagedUnitTests\ManagedUnitTests.csproj]

jstedfast commented 7 months ago

This PR fixes the certificate issue: https://github.com/microsoft/XamlBehaviors/pull/245