Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Nisden/MSBuildAzure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSBuildAzure

Simple build task for using Azure during a MSBuild

Usage

<UsingTask TaskName="BlobUpload" AssemblyFile="MSBuildAzure.dll" />
<BlobUpload Container="$root" ConnectionString="" Files="TestFile.txt" />

Files can also be a ItemGroup

About

Simple build task for using Azure during a MSBuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages