Skip to content

Commit

Permalink
Remove accidental checkins
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Nov 28, 2023
1 parent 5056da4 commit 9604dd2
Show file tree
Hide file tree
Showing 170 changed files with 5 additions and 12,282 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/managedEnv20231128015747.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
- name: "CMake native libs step 1"
run: cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/build -D CMAKE_BUILD_TYPE=Release
- name: "CMake native libs step 2"
run: cmake --build ./ProjectX.AnalyticsLibNative/build
run: |
cmake -S ./ProjectX.AnalyticsLibNative -B ./ProjectX.AnalyticsLibNative/build -D CMAKE_BUILD_TYPE=Release
cmake --build ./ProjectX.AnalyticsLibNative/build
- name: "Build sln"
run: dotnet build ProjectX_.sln
- name: "Run tests"
Expand Down
2 changes: 2 additions & 0 deletions ProjectX.AnalyticsLibNative/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
out/
204 changes: 0 additions & 204 deletions ProjectX.AnalyticsLibNative/build/ALL_BUILD.vcxproj

This file was deleted.

8 changes: 0 additions & 8 deletions ProjectX.AnalyticsLibNative/build/ALL_BUILD.vcxproj.filters

This file was deleted.

Loading

0 comments on commit 9604dd2

Please sign in to comment.