Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No transformation for ASP.NET Core projects via Service Fabric / Console Application #91

Open
test-in-prod opened this issue Oct 17, 2017 · 0 comments

Comments

@test-in-prod
Copy link

Transformations do not appear to work for Service Fabric projects (either standalone or ASP.NET core).

Service Fabric projects are created as Console Applications with a csproj extension. Adding reference to the Microsoft.VisualStudio.SlowCheetah v3.0.61 works, however csproj remains unmodified. Added transforms for PackageRoot\Config\Settings.xml (created Settings.Debug.xml and Settings.Release.xml).

Changing current solution build configuration (e.g. to Release) and building it -- no XML transforms are being applied from Settings.Release.xml to Settings.xml (base file) even though:

    <None Update="PackageRoot\Config\Settings.Debug.xml">
      <IsTransformFile>True</IsTransformFile>
    </None>
    <None Update="PackageRoot\Config\Settings.Release.xml">
      <IsTransformFile>True</IsTransformFile>
    </None>
    <None Update="PackageRoot\Config\Settings.xml">
      <TransformOnBuild>true</TransformOnBuild>
    </None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant