Skip to content

Commit

Permalink
Rename project, project-dirs and references
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 4, 2022
1 parent 109d9f7 commit 15fc392
Show file tree
Hide file tree
Showing 52 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
name: Report release tests
# this path glob pattern requires forward slashes!
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-release.trx
reporter: dotnet-trx

# deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
name: Report release tests
# this path glob pattern requires forward slashes!
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-release.trx
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-release.trx
reporter: dotnet-trx

test-debug:
Expand All @@ -48,5 +48,5 @@ jobs:
with:
name: Report debug tests
# this path glob pattern requires forward slashes!
path: ./src/FSharpy.TaskSeq.Test/TestResults/test-results-debug.trx
path: ./src/FSharp.Control.TaskSeq.Test/TestResults/test-results-debug.trx
reporter: dotnet-trx
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SET DOTNET_TEST_PROJECT_LOCATION=

SET DOTNET_CI_ARGS=--blame-hang-timeout 60000ms --logger "console;verbosity=detailed"
SET DOTNET_TEST_ARGS=--logger "console;verbosity=detailed"
SET DOTNET_TEST_PROJECT_LOCATION=".\src\FSharpy.TaskSeq.Test\FSharpy.TaskSeq.Test.fsproj"
SET DOTNET_TEST_PROJECT_LOCATION=".\src\FSharp.Control.TaskSeq.Test\FSharp.Control.TaskSeq.Test.fsproj"

REM This is used to get a 'rest of arguments' list, which allows passing
REM other arguments to the dotnet build and test commands
Expand Down Expand Up @@ -105,7 +105,7 @@ GOTO :EOF

REM Normal building
:runBuild
SET BUILD_COMMAND=dotnet build src/FSharpy.TaskSeq.sln -c %BUILD_CONFIG% %REST_ARGS%
SET BUILD_COMMAND=dotnet build src/FSharp.Control.TaskSeq.sln -c %BUILD_CONFIG% %REST_ARGS%
ECHO Building for %BUILD_CONFIG% configuration...
ECHO.
ECHO Executing:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 15fc392

Please sign in to comment.