You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you. I am using the following steps on teamcity:
Creating a package for a project using the command /M /T:Package /P:Configuration=Deploy-Test
then copying publish-interactive and parameter files under the obj path using xcopy from command line set up:-
/s /y %env.checkoutDir%\abc_Package\PublishTestConfig.ps1 %env.checkoutDir%\abc\obj%env.Configuration%\Package\ and similarly the Publish-interactive.ps1 file on that path
then I am running powershell executable from command line and running the script:-
-NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command .\Publish-Interactive.ps1 PublishTestConfig.ps1
I am getting the following error while trying to publish it using teamcity. Steps I am using are
[12:45:07]Mode LastWriteTime Length Name
[12:45:07]---- ------------- ------ ----
[12:45:07]d---- 13/08/2012 12:45 abc.vbproj_zip
[12:45:07]Extracting .zip file
[12:45:08]Deploy folder []
[12:45:08]Skipping transform since a transform name was not specified
[12:45:08]Error: Object of type 'archiveDir' and path 'Z:\publish\trunk\abc\obj\Deploy-Test\Package\abc.vbproj.zip' cannot be created.
[12:45:08]Error: The archive directory 'Z:\publish\trunk\abc\obj\Deploy-Test\Package\abc.vbproj.zip' could not be loaded.
[12:45:08]Error: Could not find directory 'Z:\publish\trunk\abc\obj\Deploy-Test\Package\abc.vbproj.zip'.
[12:45:08]Error count: 1.
I am passing it the required values in a parameter file and also transform parameter is there but still it is saying no name given.
Please guide. What I am doing wrong here.
The text was updated successfully, but these errors were encountered: