Skip to content
Open
4 changes: 2 additions & 2 deletions Forge.TreeWalker/Forge.TreeWalker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageTags>Forge;TreeWalker;Roslyn;async;dynamic;generic;workflow engine;decision tree;config;stateful;low-code;tree visualization;workflow framework;JSON</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersionTask" Version="5.0.1">
<PackageReference Include="GitVersionTask" Version="5.2.4">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.8.0" />
Expand All @@ -39,4 +39,4 @@
<Pack>true</Pack>
</Content>
</ItemGroup>
</Project>
</Project>
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ resources:
variables:
- name: WindowsContainerImage
value: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
- name: GDN_CODESIGN_TARGETDIRECTORY
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'


extends:
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
Expand All @@ -21,6 +24,9 @@ extends:

globalSdl:
enabled: true
guardian:
version: 0.265.2


stages:
- stage: stage
Expand Down Expand Up @@ -168,6 +174,7 @@ extends:
SessionTimeout: '60'
MaxConcurrency: '50'
MaxRetryAttempts: '5'

- task: NuGetCommand@2
displayName: 'NuGet push AzureArtifacts'
inputs:
Expand Down
Loading