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

Traceform for dev environment is applied all the time #305

Open
rootbdfy opened this issue Dec 23, 2024 · 0 comments
Open

Traceform for dev environment is applied all the time #305

rootbdfy opened this issue Dec 23, 2024 · 0 comments

Comments

@rootbdfy
Copy link

Hello, I use SlowCheetah 4.0.50. When I use build from console dotnet build --configuration Test it work fine, but when I use publish in Visual Studio it alsways apply Dev transform. How I can debug that behavior ?
Config:

    <Content Update="appsettings.Test.json">
      <IsTransformFile>True</IsTransformFile>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="appsettings.json">
      <TransformOnBuild>true</TransformOnBuild>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="appsettings.Prod.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="appsettings.Dev.json">
        <IsTransformFile>True</IsTransformFile>
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
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