Hi all

CCNet 1.8.2 just fixes the broken Powershell task in the 1.8.1.

However, it seems that there was another breaking change in 1.8.0 that we
did not spot untill now,
concerning the powershell task

old config :

            <powershell>
                <description>Updating version number of the
host</description>
                <script>D:\tools\update.ps1</script>
                <buildArgs>1.2.3.4</buildArgs>
            </powershell>

does *not* work in 1.8.0 nor 1.8.2
the following does work
            <powershell>
                <description>Updating version number of the
host</description>
                <script>update.ps1</script>
                <buildArgs>1.2.3.4</buildArgs>
                <scriptsDirectory>D:\tools\</scriptsDirectory>
            </powershell>


you can grab the 1.8.2 from sourceforge :
https://sourceforge.net/projects/ccnet/
  or the build server :
http://build.nauck-it.de/download/CruiseControl.NET-package/1.8.2.0/


sorry for the trouble, we're looking into more tests so we can reduce
regression ones ...



with kind regards
Ruben Willems

Reply via email to