Skip to content

Commit

Permalink
Bump Azure Template
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Sep 16, 2020
1 parent 9df3a97 commit 82531c1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
1 change: 0 additions & 1 deletion eng/common/pipelines/templates/steps/publish-blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ steps:
-PublicArtifactLocation "${{ parameters.ArtifactLocation }}"
-RepoReplaceRegex "(https://github.com/${{ parameters.RepoId }}/(?:blob|tree)/)master"
-WorkingDirectory "$(System.DefaultWorkingDirectory)"
-ReleaseSha: "$(Build.SourceVersion)"
pwsh: true
workingDirectory: $(Pipeline.Workspace)
displayName: Copy Docs to Blob
Expand Down
7 changes: 4 additions & 3 deletions eng/common/scripts/copy-docs-to-blobstorage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ param (
$UploadLatest=1,
$PublicArtifactLocation = "",
$RepoReplaceRegex = "(https://github.com/.*/(?:blob|tree)/)master",
$WorkingDirectory,
$ReleaseSha
$WorkingDirectory
)
. (Join-Path $PSScriptRoot artifact-metadata-parsing.ps1)

Expand Down Expand Up @@ -264,7 +263,9 @@ if ($Language -eq "dotnet")

if (($PublishedPkgs.Count -gt 1) -or ($PublishedDoc.Count -gt 1))
{
Write-Host "$($DocLocation) contains more published artifacts than expected."
Write-Host "$($DocLocation) should contain only one (1) published package and docs"
Write-Host "No of Packages $($PublishedPkgs.Count)"
Write-Host "No of Docs $($PublishedDoc.Count)"
exit 1
}

Expand Down
9 changes: 9 additions & 0 deletions sdk/template/Azure.Template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Release History
## 1.0.3-beta.17 (2020-09-16)
- Package Artifacts directory restructure, attempt 7

## 1.0.3-beta.16 (2020-09-15)
- Package Artifacts directory restructure, attempt 6

## 1.0.3-beta.15 (2020-09-15)
- Package Artifacts directory restructure, attempt 5

## 1.0.3-beta.14 (2020-09-14)
- Package Artifacts directory restructure, attempt 4

Expand Down
2 changes: 1 addition & 1 deletion sdk/template/Azure.Template/src/Azure.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is a template project to demonstrate how to create a package that uses code generation as well as use for testing our build and release pipelines</Description>
<AssemblyTitle>Azure SDK Template</AssemblyTitle>
<Version>1.0.3-beta.14</Version>
<Version>1.0.3-beta.17</Version>
<PackageTags>Azure Template</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 82531c1

Please sign in to comment.