diff --git a/Forge.TreeWalker/Forge.TreeWalker.csproj b/Forge.TreeWalker/Forge.TreeWalker.csproj
index 22cbab8..b82bcf6 100644
--- a/Forge.TreeWalker/Forge.TreeWalker.csproj
+++ b/Forge.TreeWalker/Forge.TreeWalker.csproj
@@ -17,7 +17,7 @@
Forge;TreeWalker;Roslyn;async;dynamic;generic;workflow engine;decision tree;config;stateful;low-code;tree visualization;workflow framework;JSON
-
+
all
@@ -39,4 +39,4 @@
true
-
\ No newline at end of file
+
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b096370..3b24812 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,6 +12,7 @@ variables:
- name: WindowsContainerImage
value: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
+
extends:
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
parameters:
@@ -21,6 +22,9 @@ extends:
globalSdl:
enabled: true
+ guardian:
+ version: 0.265.2
+
stages:
- stage: stage
@@ -89,7 +93,7 @@ extends:
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
signConfigType: 'inlineSignParams'
FolderPath: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release'
- Pattern: 'Microsoft.Forge.TreeWalker.dll'
+ Pattern: '*.dll'
OpusName: 'Microsoft Forge TreeWalker'
OpusInfo: 'https://www.github.com/microsoft/forge'
inlineOperation: |
@@ -168,6 +172,7 @@ extends:
SessionTimeout: '60'
MaxConcurrency: '50'
MaxRetryAttempts: '5'
+
- task: NuGetCommand@2
displayName: 'NuGet push AzureArtifacts'
inputs: