Giter Site home page Giter Site logo

psake-contrib's Introduction

Welcome to the psake-contrib project.

Join the chat at https://gitter.im/psake/psake-contrib

psake-contrib is a repository for scripts, modules and functions that are useful for running a build with psake.

How to get started:

Step 1: Download the project zip file

Step 2: CD into the directory where you downloaded the zip

You will need to "unblock" the zip file before extracting - PowerShell by default does not run files downloaded from the internet. Just right-click the zip and click on "properties" and click on the "unblock" button.

Step 3: Extract the files in the zip

Step 4: Use the scripts and modules in your build

The following is an excellent technet article on how to "dot source" a script

Type "help about_modules" in PowerShell for help on how to import, load and use modules

How To Contribute, Collaborate, Communicate

If you'd like to contribute to psake or psake-contrib, we have discussion groups over at google: psake-dev psake-users

Anyone can fork the main repository and submit patches, as well. And lastly, the wiki and issues list are also open for additions, edits, and discussion.

psake-contrib's People

Contributors

arturdorochowicz avatar cjberg avatar gep13 avatar gitter-badger avatar idavis avatar jamescrowley avatar jameskovacs avatar jmatos avatar jozefizso avatar matt-rauch avatar mwrock avatar rarous avatar stej avatar whut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

psake-contrib's Issues

Publish psake-contrib nuget package

I noticed that a nuspec has been added to the project, but it doesn't look like a psake-contrib package is actually available on nuget.org.

Accept duration parameter in TeamCity-TestFinished

According to TeamCity's documentation, the testFinished service message can take a duration attribute that specifies the amount of time a test has taken:

##teamcity[testFinished name='testname' duration='<test_duration_in_milliseconds>']

The current teamcity.psm1 only accepts the name attribute. While that certainly satisfies most cases and will cause TeamCity to measure the time by the span between the testStarted and testFinished messages, I recently had a need for this where I spawned concurrent jobs to hit http endpoints and then come back with results. Each job tracked the time taken within its own thread.

I modified the function to optionally take a duration parameter. Pull request coming...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.