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