<Dependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18552.21">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>9552de1b6531c0974bd6e004184c547cf3f73702</Sha>
+ <Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18552.21">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18556.6">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>9552de1b6531c0974bd6e004184c547cf3f73702</Sha>
+ <Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
\ No newline at end of file
# Optional: name of the phase (not specifying phase name may cause name collisions)
name: ''
+ # Optional: display name of the phase
+ displayName: ''
+
+ # Optional: condition for the job to run
+ condition: ''
+
+ # Optional: dependencies of the phase
+ dependsOn: ''
# Required: A defined YAML queue
queue: {}
phases:
- phase: ${{ parameters.name }}
+ ${{ if ne(parameters.displayName, '') }}:
+ displayName: ${{ parameters.displayName }}
+
+ ${{ if ne(parameters.condition, '') }}:
+ condition: ${{ parameters.condition }}
+
+ ${{ if ne(parameters.dependsOn, '') }}:
+ dependsOn: ${{ parameters.dependsOn }}
+
queue: ${{ parameters.queue }}
${{ if ne(parameters.variables, '') }}:
- variables:
+ variables:
${{ insert }}: ${{ parameters.variables }}
steps:
"python": "2.7.15"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18552.21",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18552.21"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18556.6",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18556.6"
}
}
\ No newline at end of file