From 8a353a7372ebd2ed344dc91c1d39d2f93f819c07 Mon Sep 17 00:00:00 2001 From: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com> Date: Wed, 13 Apr 2022 12:57:34 +0200 Subject: [PATCH] Update nuget-release.yml --- build/nuget-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/nuget-release.yml b/build/nuget-release.yml index 3bacb96f..a5107949 100644 --- a/build/nuget-release.yml +++ b/build/nuget-release.yml @@ -124,17 +124,13 @@ stages: PM > Install-Package $(Project).Telemetry.Serilog.Sinks.ApplicationInsights --Version $(Build.BuildNumber) ``` For a complete list of all Arcus.Security packages see the [documentation](https://observability.arcus-azure.net/). - ## What's new? ### Features * Provide the capability to do something (#123) - ### Fixes / Changes None. - ### Breaking Changes None. - ### Removal None. - template: nuget/publish-official-package.yml@templates