Skip to content

Commit

Permalink
remove prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 10, 2020
1 parent 163b31e commit 753930e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
displayName: 'Use .NET Core SDK 5.0.x'
inputs:
version: 5.0.x
includePreviewVersions: true
includePreviewVersions: false

- task: DotNetCoreCLI@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1-preview",
"version": "1.1",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/tags/v\\d+\\.\\d+", // we also release tags starting with vN.N
Expand Down

0 comments on commit 753930e

Please sign in to comment.