Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ When encountering GitVersion issues (common with branch refs), use direct dotnet
export DOTNET_PATH="/home/runner/work/aweXpect/aweXpect/.nuke/temp/dotnet-unix/dotnet"

# Build the solution
$DOTNET_PATH build aweXpect.sln --configuration Release # Takes 1m20s. NEVER CANCEL. Set timeout to 3+ minutes.
$DOTNET_PATH build aweXpect.slnx --configuration Release # Takes 1m20s. NEVER CANCEL. Set timeout to 3+ minutes.

# Run tests (.NET 8.0 only to avoid mono dependency issues)
$DOTNET_PATH test aweXpect.sln --configuration Release --no-build --framework net8.0 # Takes 30s. NEVER CANCEL. Set timeout to 2+ minutes.
$DOTNET_PATH test aweXpect.slnx --configuration Release --no-build --framework net8.0 # Takes 30s. NEVER CANCEL. Set timeout to 2+ minutes.
Comment thread
vbreuss marked this conversation as resolved.
```

### Available NUKE Build Targets
Expand Down Expand Up @@ -125,7 +125,7 @@ To communicate intent to the consumers of your library, the title of the pull re
### Key Configuration Files
- **global.json**: SDK version requirements (.NET 8.0.407)
Comment thread
vbreuss marked this conversation as resolved.
- **Directory.Packages.props**: Centralized package management
- **aweXpect.sln**: Main solution file
- **aweXpect.slnx**: Main solution file
- **Pipeline/Build.cs**: NUKE build configuration

## Extension Development
Expand Down
2 changes: 1 addition & 1 deletion .nuke/parameters.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "build.schema.json",
"Solution": "aweXpect.sln"
"Solution": "aweXpect.slnx"
}
224 changes: 0 additions & 224 deletions aweXpect.sln

This file was deleted.

Loading
Loading