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: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ variables:
- name: WindowsContainerImage
value: onebranch.azurecr.io/windows/ltsc2019/vse2022:latest


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

globalSdl:
enabled: true
guardian:
version: 0.265.2


stages:
- stage: stage
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -168,6 +172,7 @@ extends:
SessionTimeout: '60'
MaxConcurrency: '50'
MaxRetryAttempts: '5'

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