Description
I am getting the following error while trying to publish it using teamcity. Steps I am using are
- build and package
- execute publishinteractive file by passing it a test.ps1 parameter
[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.
Activity