Setting build type and respective projects
This commit is contained in:
parent
2989f30f3e
commit
a7c0e4f451
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"projects": {
|
"projects": {
|
||||||
"default": "fitlien-dev",
|
"debug": "fitlien-dev",
|
||||||
"prod": "fitlien"
|
"release": "fitlien"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,3 +26,4 @@ extends:
|
|||||||
functionsWorkingDirectory: "$(Build.SourcesDirectory)/functions"
|
functionsWorkingDirectory: "$(Build.SourcesDirectory)/functions"
|
||||||
envExamplePath: "$(Build.SourcesDirectory)/functions/.env.example"
|
envExamplePath: "$(Build.SourcesDirectory)/functions/.env.example"
|
||||||
envPath: "$(Build.SourcesDirectory)/functions/.env"
|
envPath: "$(Build.SourcesDirectory)/functions/.env"
|
||||||
|
buildType: release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user