icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
958 stars 259 forks source link

Set up CI with Azure Pipelines #62

Closed christophwille closed 4 years ago

christophwille commented 5 years ago

https://icsharpcode.visualstudio.com/icsharpcode-pipelines/_build?definitionId=4

Note: I switched from building Debug to Release (Expression NuGet has a hardcoded drop location, and I thought creating NuGets is more sensible for Release because of publishing to NuGet.org)

jogibear9988 commented 4 years ago

@christophwille is it also possible to build the nugets with azure?

christophwille commented 4 years ago

They are built - blue button "Artifacts", and then drop (will download a zip). On ILSpy we have an open issue to publish to a private feed too.