We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66293f2 commit b5f329cCopy full SHA for b5f329c
1 file changed
cas-dotnet-sdk/cas-dotnet-sdk.csproj
@@ -28,8 +28,7 @@
28
<Exec Command="cargo build --release" WorkingDirectory="$(RustProjectDir)" />
29
</Target>
30
31
- <Target Name="StageRustArtifacts" AfterTargets="BuildRust"
32
- Condition="'$(BuildNativeRust)'=='true'">
+ <Target Name="StageRustArtifacts" AfterTargets="BuildRust">
33
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
34
<_RustOut Include="$(RustProjectDir)\target\release\cas_core_lib.dll" />
35
<_DestDir Include="$(NativeArtifactsDir)\win-x64\" />
0 commit comments