mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
VBS demo
This commit is contained in:
+4
-2
@@ -145,8 +145,10 @@ resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-09-01' = {
|
|||||||
parent: WebApp_Resource
|
parent: WebApp_Resource
|
||||||
name: 'web'
|
name: 'web'
|
||||||
properties: {
|
properties: {
|
||||||
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
|
//repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
|
||||||
branch: 'master'
|
repoUrl : 'https://github.com/Pietervanhove/sql-server-samples.git'
|
||||||
|
//branch: 'master'
|
||||||
|
branch: 'AlwaysEncryptedDemos'
|
||||||
isManualIntegration: true
|
isManualIntegration: true
|
||||||
}
|
}
|
||||||
dependsOn: [
|
dependsOn: [
|
||||||
|
|||||||
Reference in New Issue
Block a user