We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28011a1 commit 15cf28fCopy full SHA for 15cf28f
1 file changed
.pipelines/foundry-local-packaging.yml
@@ -0,0 +1,9 @@
1
+# Foundry Local SDK Packaging Pipeline (placeholder)
2
+trigger: none
3
+
4
+pool:
5
+ vmImage: 'windows-latest'
6
7
+steps:
8
+- script: echo "Foundry Local packaging pipeline - placeholder"
9
+ displayName: 'Placeholder'
0 commit comments