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:20:30 -0800 |
| commit | 0b22a5da3df0d570a39681ffdd256cd876c30047 (patch) | |
| tree | ab446c632187f269fc119cf961a74256b2303612 | |
| parent | 080e9622071a08ccf89039520650958c09e1dcd4 (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 }} |
