Rename sign to pack
This commit is contained in:
Родитель
df1503aa1f
Коммит
34b1be7e61
|
@ -1,4 +1,5 @@
|
|||
# [Template] Download built DLL artifacts, sign them, copy to UnityFolderPath folder, organize UnityFolderPath for packing, upload folder as Azure Artifact
|
||||
# [Template] Download built DLL artifacts, sign them, copy to UnityFolderPath folder, organize UnityFolderPath
|
||||
# for packing, upload folder as Azure Artifact, npm pack, and upload tarball as Azure Artifact
|
||||
|
||||
parameters:
|
||||
- name: DownloadArtifactName
|
|
@ -42,12 +42,12 @@ jobs:
|
|||
SolutionPath: ${{ parameters.SolutionPath }}
|
||||
BuildOutputPath: ${{ parameters.BuildOutputPath }}
|
||||
|
||||
- job: Sign_${{ parameters.Sign }}
|
||||
- job: Pack_and_Sign_${{ parameters.Sign }}
|
||||
dependsOn: Build_${{ parameters.ProjectFriendlyName }}
|
||||
pool:
|
||||
name: Package ES Lab E
|
||||
steps:
|
||||
- template: sign.yml
|
||||
- template: pack.yml
|
||||
parameters:
|
||||
DownloadArtifactName: ${{ parameters.ProjectFriendlyName }}
|
||||
UnityFolderPath: ${{ parameters.UnityFolderPath }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче