diff options
| author | Adonais Romero González <[email protected]> | 2023-02-16 16:19:48 -0800 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-02-16 16:19:48 -0800 |
| commit | 3e34aa0baad89cab3adec1d2194694a4fe832263 (patch) | |
| tree | 19697b217229219aaae1ff51d622196805f3a0ce | |
| parent | 7a69a1a22bd533200c8725683f46b014cd1339cd (diff) | |
Rename build instructions file to avoid conflicts with root README + small fix
| -rw-r--r-- | .github/Build-with-GitHub.md (renamed from .github/README.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/README.md b/.github/Build-with-GitHub.md index b7569139..8fe67c5f 100644 --- a/.github/README.md +++ b/.github/Build-with-GitHub.md @@ -28,7 +28,7 @@ jobs: - name: Build solution run: | - msbuild $${{ env.Solution_Path }} -p:Configuration:${{ env.Configuration }} -p:Platform:${{ env.Platform }} + msbuild ${{ env.Solution_Path }} -p:Configuration:${{ env.Configuration }} -p:Platform:${{ env.Platform }} env: Configuration: ${{ matrix.configuration }} Platform: ${{ matrix.platform }} |
