Skip to content

Commit

Permalink
Update Git action.
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Jun 9, 2022
1 parent 429dd6f commit cf90753
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v1.1

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected].2
uses: NuGet/[email protected].6

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand All @@ -42,7 +42,7 @@ jobs:
msbuild PCLAppConfig.sln /verbosity:normal /t:Rebuild /p:Configuration=Release
- name: Archive production artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3.1.0
with:
name: PCLAppConfig.1.0.2.nupkg
path: src/build
3 changes: 1 addition & 2 deletions src/DemoApp/DemoApp.Droid/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions src/PCLAppConfig.sln
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCLAppConfig.UnitTest", "Test\PCLAppConfig.UnitTest\PCLAppConfig.UnitTest.csproj", "{F9FFEE2C-2397-411D-8D55-4D4F333B3938}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{889DFC27-B704-43BB-B738-E0091E19629F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{2F7569F5-03A6-41B6-B20A-76FE07706734}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{437A867D-E9C6-4144-9A04-04F6919C2C48}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\main.yml = ..\.github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Expand Down Expand Up @@ -638,6 +647,8 @@ Global
{C556294C-E117-469D-9A53-CC215DBA4EB9} = {70584D47-5C81-4C41-BA98-B5E6D9B8A40E}
{47ADF18F-1BB7-45AE-ADDB-FA9291F2C532} = {70584D47-5C81-4C41-BA98-B5E6D9B8A40E}
{F9FFEE2C-2397-411D-8D55-4D4F333B3938} = {4E217353-F4C5-4316-A1E2-604F85381422}
{2F7569F5-03A6-41B6-B20A-76FE07706734} = {889DFC27-B704-43BB-B738-E0091E19629F}
{437A867D-E9C6-4144-9A04-04F6919C2C48} = {2F7569F5-03A6-41B6-B20A-76FE07706734}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AF36FE1-FAA8-4802-B5C1-FF9548C202D3}
Expand Down

0 comments on commit cf90753

Please sign in to comment.