From 58e1201142f16fad4843d9308c46f98cd569e3ff Mon Sep 17 00:00:00 2001 From: Kevin Brashears Date: Sun, 22 Nov 2020 19:48:38 -0600 Subject: [PATCH] testing dotnet release --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d0f2b1..95eef41 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,4 +22,5 @@ stages: vmImage: ubuntu-latest steps: - - template: templates/create-github-release.yml@templates \ No newline at end of file + # - template: templates/create-github-release.yml@templates + - template: templates/build-dotnet.yml@templates \ No newline at end of file