File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -800,3 +800,21 @@ Do **not** put the actual key in `appsettings.Development.json` — it would get
800800
80180112
80280214
803+ Got this on both cases
804+ Run $webConfigPath = "./publish/web.config"
805+ InvalidOperation: D:\a\_ temp\5683e119-8096-4454-9c8f-b3e850d9081e.ps1:8
806+ Line |
807+ 8 | $envVars = $aspNetCore.SelectSingleNode('environmentVariables')
808+ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
809+ | You cannot call a method on a null-valued expression.
810+ Error: Process completed with exit code 1.
811+ Run $webConfigPath = "./publish/web.config"
812+ InvalidOperation: D:\a\_ temp\67331b93-4acd-4200-b9b4-e31a25576321.ps1:8
813+ Line |
814+ 8 | $envVars = $aspNetCore.SelectSingleNode('environmentVariables')
815+ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
816+ | You cannot call a method on a null-valued expression.
817+ Error: Process completed with exit code 1.
818+
819+
820+
You can’t perform that action at this time.
0 commit comments