Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azdo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extends:
packageParentPath: '$(Build.ArtifactStagingDirectory)'
publishVstsFeed: '$(System.TeamProject)/TeamsSDKPreviews'
nuGetFeedType: internal
allowPackageConflicts: false # Disallow duplicate versions; bump the version to re-publish
allowPackageConflicts: true # Treat 409 (version already in feed, including deleted versions) as success
Comment thread
singhk97 marked this conversation as resolved.
publishPackageMetadata: true
retryCountOnTaskFailure: 2

Expand Down
1 change: 1 addition & 0 deletions core/src/Microsoft.Teams.Apps/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.0-preview.{height}",
"versionHeightOffset": -3,
Comment thread
singhk97 marked this conversation as resolved.
"publicReleaseRefSpec": [
Comment thread
singhk97 marked this conversation as resolved.
"^refs/heads/releases/core$"
],
Expand Down
2 changes: 1 addition & 1 deletion core/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0",
"versionHeightOffset": -3,
"versionHeightOffset": -6,
"pathFilters": ["."],
Comment thread
singhk97 marked this conversation as resolved.
"publicReleaseRefSpec": [
"^refs/heads/releases/core$"
Expand Down
Loading