Skip to content

MSBuild task that copies Artemis plugins to the correct directory

Notifications You must be signed in to change notification settings

Artemis-RGB/Artemis.Plugins.BuildTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artemis.Plugins.BuildTask

MSBuild task that copies the just-built plugin binaries to the Artemis plugin directory. Useful for instantly debugging the plugins without cluttering the project file.

Usage

<ItemGroup>
    <PackageReference Include="Artemis.Plugins.BuildTask" Version="1.3.0" />
</ItemGroup>

Configuration

By default, the task will run if the build is done in Visual Studio or JetBrains Rider. This behaviour can be overriden in the csproj file with :

<PropertyGroup>
    <EnablePluginCopy Condition="$(SomeUsefulProperty)">true</EnablePluginCopy>
</PropertyGroup>

or via the dotnet command line interface: dotnet build -p:EnablePluginCopy=true

About

MSBuild task that copies Artemis plugins to the correct directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages