This commit is contained in:
Kurtis 2021-08-18 10:45:27 -07:00
Родитель df1503aa1f
Коммит 34b1be7e61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8BAD97CE51FE0CB2
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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 }}