OfficeDev / microsoft-teams-apps-stickers

The awesome Stickers app can help your organization enhance messaging in Microsoft Teams!
MIT License
66 stars 41 forks source link

deployment error #70

Open aliksashka opened 1 year ago

aliksashka commented 1 year ago

we came up with a unique name for Base Resource Name error with web app "-config"

"code": "DeploymentFailed",

"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",

"details": [

{

  "code": "Conflict",

  "message": "{\r\n  \"status\": \"Failed\",\r\n  \"error\": {\r\n    \"code\": \"ResourceDeploymentFailure\",\r\n    \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\"\r\n  }\r\n}"

}

]

}

aliksashka commented 1 year ago

mihstks-config/web ------------------- Microsoft.Web/sites/sourcecontrols

aliksashka commented 1 year ago

Command: "C:\home\site\deployments\tools\deploy.cmd"

Handling .NET Web Application deployment.

MSBuild auto-detection: using msbuild version '14.0.23107.0 built by: D14REL' from 'C:\Program Files (x86)\MSBuild\14.0\Bin'.

All packages listed in packages.config are already installed.

Restore operation started...

libman.json : error LIB002: The "jquery@3.3.1" library could not be resolved by the "cdnjs" provider [C:\home\site\repository\StickersTemplate.Configuration\StickersTemplate.Configuration.csproj]

libman.json : error LIB002: The "jquery-validation-unobtrusive@3.2.11" library could not be resolved by the "cdnjs" provider [C:\home\site\repository\StickersTemplate.Configuration\StickersTemplate.Configuration.csproj]

libman.json : error LIB002: The "jquery-validate@1.19.0" library could not be resolved by the "cdnjs" provider [C:\home\site\repository\StickersTemplate.Configuration\StickersTemplate.Configuration.csproj]

libman.json : error LIB002: The "modernizr@2.8.3" library could not be resolved by the "cdnjs" provider [C:\home\site\repository\StickersTemplate.Configuration\StickersTemplate.Configuration.csproj]

One or more libraries failed to restore

Failed exitCode=1, command="C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" "C:\home\site\repository\StickersTemplate.Configuration\StickersTemplate.Configuration.csproj" /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="C:\local\Temp\8da9f9eb97980d2";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;UseSharedCompilation=false /p:SolutionDir="C:\home\site\repository.\"

An error has occurred during web site deployment.

\r\nC:\Program Files (x86)\SiteExtensions\Kudu\98.40824.5897\bin\Scripts\starter.cmd "C:\home\site\deployments\tools\deploy.cmd"

ijennykim2 commented 1 year ago

Have you fixed the error? Got the same error message.

image
cGarganoR commented 8 months ago

Any news on this? Same error here